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/gfortran-test
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-15
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-15
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
2008-01-26
re PR fortran/34848 (internal compiler error with optional argument of charac...
Tobias Burnus
1
-1
/
+1
2008-01-18
re PR fortran/34686 (Aliasing bug when returning character pointers)
Richard Sandiford
1
-7
/
+1
2008-01-10
re PR fortran/34396 (Length of substrings defined by expressions not correctl...
Paul Thomas
1
-1
/
+1
2008-01-06
re PR fortran/34387 (FAIL: gfortran.dg/optional_dim_2.f90: FE vs library argu...
Jerry DeLisle
1
-8
/
+14
2007-12-16
re PR fortran/34246 (gfortran.dg/bind_c_usage_16.f03 doesn't work)
Tobias Burnus
1
-25
/
+53
2007-12-16
re PR fortran/31213 (ICE on valid code with gfortran)
Paul Thomas
1
-32
/
+182
2007-12-13
[multiple changes]
Tobias Burnus
1
-0
/
+5
2007-11-28
re PR fortran/34247 (ICE in omp_add_variable, at gimplify.c:4677)
Jakub Jelinek
1
-1
/
+4
2007-11-25
Forgot trans-expr.c in previous commit:
Tobias Burnus
1
-1
/
+1
2007-11-25
re PR fortran/34079 (Bind(C): Character argument/return value problems)
Tobias Burnus
1
-0
/
+9
2007-11-24
re PR libfortran/34209 (run-time lib: NEAREST(0.0_8, -1.0) produces wrong num...
Jerry DeLisle
1
-4
/
+12
2007-11-23
+ * trans-expr.c (gfc_trans_string_copy): Use "void *" when building a
Aldy Hernandez
1
-1
/
+1
2007-11-22
re PR fortran/34079 (Bind(C): Character argument/return value problems)
Tobias Burnus
1
-2
/
+2
2007-11-20
re PR fortran/33317 (CSHIFT/EOSHIFT: Rejects optional dummy for DIM=)
Jerry DeLisle
1
-10
/
+2
2007-11-18
trans-expr.c (gfc_conv_missing_dummy): Set the type of the dummy argument to ...
Jerry DeLisle
1
-3
/
+13
2007-11-18
re PR fortran/31608 (wrong types in character array/scalar binop)
Paul Thomas
1
-2
/
+9
2007-10-15
re PR fortran/32600 ([ISO Bind C] C_F_POINTER w/o SHAPE should not be a libra...
Christopher D. Rickett
1
-0
/
+46
2007-09-21
trans-expr.c (gfc_trans_pointer_assignment): Convert array descriptor for sub...
Paul Thomas
1
-5
/
+8
2007-09-16
re PR fortran/29396 (segfault with character pointer association)
Paul Thomas
1
-32
/
+33
2007-09-12
trans-expr.c (gfc_conv_initializer): Fix expr == NULL check.
Tobias Burnus
1
-1
/
+2
2007-09-12
re PR fortran/33395 ([ISO_C_BINDING ?] ICE (segfault) in gfc_conv_initializer)
Christopher D. Rickett
1
-4
/
+14
2007-09-11
re PR fortran/33040 ([ISO_C_BINDING] ICE in gfc_trans_structure_assign)
Christopher D. Rickett
1
-0
/
+13
2007-09-10
re PR fortran/33370 (Structure component arrays)
Paul Thomas
1
-15
/
+11
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
[next]