index
:
riscv-gnu-toolchain/gcc.git
devel/analyzer
devel/autopar_devel
devel/autopar_europar_2021
devel/bypass-asm
devel/c++-contracts
devel/c++-coroutines
devel/c++-modules
devel/c++-name-lookup
devel/coarray_native
devel/existing-fp8
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/loop-unswitch-support-switches
devel/lto-offload
devel/m2link
devel/modula-2
devel/mold-lto-plugin
devel/mold-lto-plugin-v2
devel/nothrow-detection
devel/omp/gcc-10
devel/omp/gcc-11
devel/omp/gcc-12
devel/omp/gcc-13
devel/omp/gcc-14
devel/omp/gcc-9
devel/omp/ompd
devel/power-ieee128
devel/range-gen3
devel/ranger
devel/rust/master
devel/sh-lra
devel/sphinx
devel/ssa-range
devel/subreg-coalesce
devel/unified-autovect
master
releases/egcs-1.0
releases/egcs-1.1
releases/gcc-10
releases/gcc-11
releases/gcc-12
releases/gcc-13
releases/gcc-14
releases/gcc-2.95
releases/gcc-2.95.2.1-branch
releases/gcc-3.0
releases/gcc-3.1
releases/gcc-3.2
releases/gcc-3.3
releases/gcc-3.4
releases/gcc-4.0
releases/gcc-4.1
releases/gcc-4.2
releases/gcc-4.3
releases/gcc-4.4
releases/gcc-4.5
releases/gcc-4.6
releases/gcc-4.7
releases/gcc-4.8
releases/gcc-4.9
releases/gcc-5
releases/gcc-6
releases/gcc-7
releases/gcc-8
releases/gcc-9
releases/libgcj-2.95
trunk
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
fortran
/
trans-array.c
Age
Commit message (
Expand
)
Author
Files
Lines
2006-10-16
[multiple changes]
Paul Thomas
1
-0
/
+8
2006-10-14
intrinsic.texi: Fix typos.
Kazu Hirata
1
-1
/
+1
2006-10-08
[multiple changes]
Paul Thomas
1
-36
/
+372
2006-09-10
re PR fortran/28914 (Code inside loop hangs; outside loop runs normally; runs...
Paul Thomas
1
-0
/
+9
2006-07-24
re PR fortran/28416 (ICE on allocatable codes)
Erik Edelmann
1
-1
/
+7
2006-07-06
re PR fortran/28129 (gfortran -fbounds-check: Shows invalid array out of boun...
Francois-Xavier Coudert
1
-9
/
+12
2006-07-04
re PR fortran/28174 (Corruption of multiple character arrays when passing arr...
Paul Thomas
1
-1
/
+18
2006-06-24
re PR fortran/28118 (ICE calling subroutine defined via explicit interface)
Paul Thomas
1
-3
/
+31
2006-06-16
re PR fortran/27965 (invalid "Array bound mismatch" runtime error)
Francois-Xavier Coudert
1
-12
/
+81
2006-06-15
trans-array.h (gfc_trans_create_temp_array): Add bool argument.
Thomas Koenig
1
-7
/
+54
2006-06-08
re PR fortran/27786 ([4.1 only] Bad interaction between Cray pointer, assumed...
Asher Langton
1
-1
/
+2
2006-06-03
trans.c (gfc_msg_bounds, [...]): Add strings for common runtime error messages.
Francois-Xavier Coudert
1
-26
/
+56
2006-05-29
trans-array.c: Fix previous commit, which included parts of patches in prepar...
François-Xavier Coudert
1
-4
/
+4
2006-05-29
re PR fortran/19777 (-fbounds-check catches non-existent bounds violation)
Francois-Xavier Coudert
1
-5
/
+6
2006-05-27
re PR fortran/19777 (-fbounds-check catches non-existent bounds violation)
Francois-Xavier Coudert
1
-1
/
+1
2006-05-26
re PR libfortran/27524 (-fbounds-check interacts with array function)
Francois-Xavier Coudert
1
-3
/
+3
2006-05-19
re PR fortran/27662 ([4.1 only]: Transpose doesn't work on function return)
H.J. Lu
1
-3
/
+0
2006-05-10
re PR fortran/27470 (wrong memory allocator for derived types)
Thomas Koenig
1
-1
/
+15
2006-05-07
re PR fortran/24813 (ICE with scalarization LEN of character types)
Paul Thomas
1
-1
/
+1
2006-04-29
re PR fortran/27351 (Use variable after free in gfc_conv_array_transpose)
H.J. Lu
1
-2
/
+2
2006-04-21
re PR fortran/27122 (binary operator functions should require intent(in))
Paul Thomas
1
-4
/
+1
2006-04-16
re PR fortran/26017 (allocate (a(1:-1)) should yield zero-sized array)
Thomas Koenig
1
-2
/
+31
2006-04-16
re PR fortran/26822 (Scalarization of non-elemental intrinsic: __logical_4_l4)
Paul Thomas
1
-1
/
+31
2006-04-04
re PR fortran/25619 (temporary array of constant size character type goes wrong)
H.J. Lu
1
-15
/
+25
2006-04-02
trans-array.c (gfc_trans_dealloc_allocated): Take a tree representation of th...
Erik Edelmann
1
-7
/
+3
2006-04-01
re PR fortran/25270 (testcases fail with a type mismatch)
Roger Sayle
1
-7
/
+7
2006-03-10
symbol.c (check_conflict): Allow allocatable function results, except for ele...
Erik Edelmann
1
-15
/
+21
2006-03-09
re PR fortran/26257 (internal compiler error: Segmentation fault, on function...
Paul Thomas
1
-7
/
+12
2006-03-06
trans-array.c (gfc_trans_dealloc_allocated): New function.
Paul Thomas
1
-14
/
+29
2006-03-03
re PR fortran/25031 ([4.1 only] Allocatable array can be reallocated.)
Thomas Koenig
1
-4
/
+32
2006-03-01
re PR fortran/26393 (ICE with function returning variable lenght array)
Paul Thomas
1
-1
/
+2
2006-02-12
re PR fortran/25806 (problems with functions returning array pointers?)
Erik Edelmann
1
-12
/
+15
2006-02-06
backport: trans-decl.c (create_function_arglist): Handle dummy functions.
Jakub Jelinek
1
-2
/
+27
2006-01-19
gfortranspec.c: Update copyright years.
Tobias Schlüter
1
-1
/
+2
2006-01-07
re PR fortran/22146 (ICE when calling ELEMENTAL subroutines)
Paul Thomas
1
-5
/
+5
2005-12-16
trans.h (tree): Remove declaration of gfc_build_function_call.
Richard Guenther
1
-15
/
+15
2005-12-16
trans.h (gfc_build_indirect_ref): Remove declaration.
Richard Guenther
1
-10
/
+10
2005-12-16
(gfc_conv_descriptor_data_addr): Use build_fold_addr_expr where appropriate.
Richard Guenther
1
-9
/
+9
2005-12-16
dependency.c, [...]: Fix comment typos.
Kazu Hirata
1
-1
/
+1
2005-12-13
Make-lang.in (fortran/trans-resolve.o): Depend on fortran/dependency.h.
Richard Sandiford
1
-0
/
+89
2005-11-30
[multiple changes]
Paul Thomas
1
-1
/
+3
2005-11-02
re PR fortran/18157 (ice-on-valid code, pointer to user-defined type, fold-st...
Andrew Pinski
1
-2
/
+5
2005-10-25
trans.h (gfc_conv_cray_pointee): Remove.
Jakub Jelinek
1
-6
/
+1
2005-10-24
Commit for Asher Langton
Asher Langton
1
-2
/
+16
2005-09-14
re PR fortran/19358 ([gfortran] Segfault with missing upper bound)
Paul Thomas
1
-1
/
+1
2005-09-13
re PR fortran/18899 ([gfortran] ubound wrongly calculated for passed array)
Richard Sandiford
1
-2
/
+6
2005-09-13
re PR fortran/19269 (transpose(reshape(...)) of character array segfaults.)
Richard Sandiford
1
-3
/
+1
2005-09-09
re PR fortran/19239 ([4.0 only] gfortran ICE on vector subscript expressions)
Richard Sandiford
1
-217
/
+159
2005-09-09
re PR fortran/21104 (Segmentation fault on correct code)
Richard Sandiford
1
-19
/
+68
2005-09-09
re PR fortran/12840 ([4.0 only] Unable to find scalarization loop specifier)
Richard Sandiford
1
-133
/
+286
[next]