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/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-expr.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-08-30
re PR fortran/31879 (ICE with function having array of character variables ar...
Paul Thomas
1
-36
/
+12
2007-08-14
re PR fortran/32594 (substring simplification leads to ICE)
Francois-Xavier Coudert
1
-5
/
+6
2007-08-12
re PR fortran/30964 (optional arguments to random_seed)
Francois-Xavier Coudert
1
-25
/
+27
2007-08-11
re PR fortran/32937 (segfault with string and -fdefault-integer-8)
Francois-Xavier Coudert
1
-9
/
+6
2007-08-10
re PR fortran/31270 (print subscript value and array bounds when out-of-bound...
Francois-Xavier Coudert
1
-9
/
+14
2007-08-07
re PR fortran/32732 ([Bind C] Character scalars are passed as arrays)
Christopher D. Rickett
1
-1
/
+70
2007-08-01
arith.c: Change copyright header to refer to version 3 of the GNU General Pub...
Nick Clifton
1
-4
/
+3
2007-07-29
re PR fortran/31211 (wrong code generated for pointer returning function as a...
Paul Thomas
1
-0
/
+13
2007-07-28
re PR fortran/32880 (User operator & allocatable TYPE components: wrong deall...
Paul Thomas
1
-13
/
+8
2007-07-24
re PR fortran/31205 (aliased operator assignment produces wrong result)
Paul Thomas
1
-11
/
+0
2007-07-23
re PR fortran/32732 ([Bind C] Character scalars are passed as arrays)
Christopher D. Rickett
1
-5
/
+0
2007-07-23
re PR fortran/32600 ([ISO Bind C] C_F_POINTER w/o SHAPE should not be a libra...
Christopher D. Rickett
1
-20
/
+29
2007-07-19
re PR fortran/32600 ([ISO Bind C] C_F_POINTER w/o SHAPE should not be a libra...
Christopher D. Rickett
1
-0
/
+27
2007-07-17
re PR fortran/31320 (Illegal read with gfortran.dg/alloc_comp_assign_2.f90 an...
Paul Thomas
1
-41
/
+52
2007-07-08
re PR fortran/17711 (Wrong operator name in error message)
Daniel Franke
1
-0
/
+6
2007-07-02
[multiple changes]
Christopher D. Rickett
1
-2
/
+32
2007-07-01
re PR fortran/32239 (optimize power in loops, use __builtin_powi instead of _...
Janne Blomqvist
1
-3
/
+26
2007-06-15
[multiple changes]
Andrew Pinski
1
-2
/
+2
2007-05-31
trans-expr.c (gfc_conv_expr_op): Use zero constant that matches the lse type.
Richard Guenther
1
-2
/
+2
2007-05-29
gfortran.h: Renamed 'enum gfc_generic_isym_id' to 'enum gfc_isym_id'...
Daniel Franke
1
-1
/
+1
2007-05-28
gfortran.h (gfc_expr): Remove from_H, add "representation" struct.
Brooks Moses
1
-2
/
+3
2007-05-25
re PR fortran/32047 (ICE (segfault) for pure function without argument)
Paul Thomas
1
-5
/
+5
2007-05-23
re PR fortran/32046 (wrong code with -O2 for gfortran.dg/interface_12.f90 & r...
Francois-Xavier Coudert
1
-4
/
+10
2007-05-14
re PR fortran/30723 (Freeing memory doesn't need to call a library function)
Francois-Xavier Coudert
1
-4
/
+2
2007-05-14
re PR fortran/31725 ([4.1 only] substring bound evaluated multiple times: wro...
François-Xavier Coudert
1
-0
/
+7
2007-05-11
re PR fortran/30876 (Array valued recursive function rejected)
Paul Thomas
1
-1
/
+11
2007-04-23
re PR fortran/31630 (ICE on nasty derived types code)
Paul Thomas
1
-0
/
+1
2007-04-17
trans-types.h (gfc_packed): New enum.
Tobias Schlüter
1
-3
/
+5
2007-04-17
arith.h: Update copyright years.
Tobias Schlüter
1
-1
/
+2
2007-04-05
re PR fortran/31483 ([4.1/4.2 only] ICE on fortran Code)
Paul Thomas
1
-6
/
+12
2007-03-24
re PR fortran/31215 (ICE on valid code with gfortran)
Paul Thomas
1
-4
/
+31
2007-03-19
re PR fortran/31203 ([4.1/4.2 only] Character length should never be negative)
Francois-Xavier Coudert
1
-1
/
+9
2007-03-17
re PR fortran/31120 ([4.1/4.2 only] ICE with integer_exponentiation_1.f90 and...
Francois-Xavier Coudert
1
-5
/
+16
2007-02-28
re PR fortran/30888 (%VAL construct fails with argument procedures)
Tobias Burnus
1
-29
/
+1
2007-02-15
tree.h (enum tree_code_class): Add tcc_vl_exp.
Sandra Loosemore
1
-57
/
+27
2007-02-09
re PR fortran/30720 ([4.1 only] runtime: check for empty array slices before ...
Francois-Xavier Coudert
1
-2
/
+1
2007-02-02
re PR fortran/30284 ([4.1 only] ICE in gfc_add_modify with internal reads)
Paul Thomas
1
-4
/
+4
2007-01-27
re PR fortran/30407 ([4.1 only] Elemental functions in WHERE assignments wron...
Paul Thomas
1
-0
/
+42
2007-01-20
dependency.c (gfc_full_array_ref_p): Check that ref->next is NULL, i.e.
Roger Sayle
1
-17
/
+87
2007-01-18
trans-expr.c (copyable_array_p): Consider user derived types without allocata...
Roger Sayle
1
-0
/
+6
2007-01-05
trans-expr.c (gfc_trans_assignment_1): New subroutine to scalarize array assi...
Roger Sayle
1
-24
/
+141
2006-12-31
re PR fortran/23060 (%VAL, %REF and %DESCR constructs not implemented)
Paul Thomas
1
-0
/
+55
2006-12-21
re PR fortran/30202 ([4.1 only] ICE in trans-array.c)
Paul Thomas
1
-3
/
+1
2006-12-20
trans-expr.c (is_zero_initializer_p): Determine whether a given constant expr...
Roger Sayle
1
-0
/
+88
2006-12-12
trans-expr.c (gfc_conv_substring): Check for empty substring.
Tobias Schlüter
1
-0
/
+7
2006-12-05
re PR fortran/29912 ([4.1 only] Gfortran: string array functions behaving inc...
Paul Thomas
1
-0
/
+17
2006-12-03
re PR fortran/29642 (Fortran 2003: VALUE Attribute (call by value not call by...
Paul Thomas
1
-14
/
+27
2006-11-28
re PR fortran/29976 (ICE on optional arg)
Paul Thomas
1
-1
/
+2
2006-11-25
re PR fortran/29982 ([4.1 only] ICE in write() with gfortran 4.1.2 (and 4.2 a...
Andrew Pinski
1
-2
/
+4
2006-11-15
re PR fortran/27588 (-fbounds-check should catch substring out of range acces...
Tobias Burnus
1
-3
/
+34
[next]