aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-expr.c
AgeCommit message (Expand)AuthorFilesLines
2008-01-26re PR fortran/34848 (internal compiler error with optional argument of charac...Tobias Burnus1-1/+1
2008-01-18re PR fortran/34686 (Aliasing bug when returning character pointers)Richard Sandiford1-7/+1
2008-01-10re PR fortran/34396 (Length of substrings defined by expressions not correctl...Paul Thomas1-1/+1
2008-01-06re PR fortran/34387 (FAIL: gfortran.dg/optional_dim_2.f90: FE vs library argu...Jerry DeLisle1-8/+14
2007-12-16re PR fortran/34246 (gfortran.dg/bind_c_usage_16.f03 doesn't work)Tobias Burnus1-25/+53
2007-12-16re PR fortran/31213 (ICE on valid code with gfortran)Paul Thomas1-32/+182
2007-12-13[multiple changes]Tobias Burnus1-0/+5
2007-11-28re PR fortran/34247 (ICE in omp_add_variable, at gimplify.c:4677)Jakub Jelinek1-1/+4
2007-11-25Forgot trans-expr.c in previous commit:Tobias Burnus1-1/+1
2007-11-25re PR fortran/34079 (Bind(C): Character argument/return value problems)Tobias Burnus1-0/+9
2007-11-24re PR libfortran/34209 (run-time lib: NEAREST(0.0_8, -1.0) produces wrong num...Jerry DeLisle1-4/+12
2007-11-23+ * trans-expr.c (gfc_trans_string_copy): Use "void *" when building aAldy Hernandez1-1/+1
2007-11-22re PR fortran/34079 (Bind(C): Character argument/return value problems)Tobias Burnus1-2/+2
2007-11-20re PR fortran/33317 (CSHIFT/EOSHIFT: Rejects optional dummy for DIM=)Jerry DeLisle1-10/+2
2007-11-18trans-expr.c (gfc_conv_missing_dummy): Set the type of the dummy argument to ...Jerry DeLisle1-3/+13
2007-11-18re PR fortran/31608 (wrong types in character array/scalar binop)Paul Thomas1-2/+9
2007-10-15re PR fortran/32600 ([ISO Bind C] C_F_POINTER w/o SHAPE should not be a libra...Christopher D. Rickett1-0/+46
2007-09-21trans-expr.c (gfc_trans_pointer_assignment): Convert array descriptor for sub...Paul Thomas1-5/+8
2007-09-16re PR fortran/29396 (segfault with character pointer association)Paul Thomas1-32/+33
2007-09-12trans-expr.c (gfc_conv_initializer): Fix expr == NULL check.Tobias Burnus1-1/+2
2007-09-12re PR fortran/33395 ([ISO_C_BINDING ?] ICE (segfault) in gfc_conv_initializer)Christopher D. Rickett1-4/+14
2007-09-11re PR fortran/33040 ([ISO_C_BINDING] ICE in gfc_trans_structure_assign)Christopher D. Rickett1-0/+13
2007-09-10re PR fortran/33370 (Structure component arrays)Paul Thomas1-15/+11
2007-08-30re PR fortran/31879 (ICE with function having array of character variables ar...Paul Thomas1-36/+12
2007-08-14re PR fortran/32594 (substring simplification leads to ICE)Francois-Xavier Coudert1-5/+6
2007-08-12re PR fortran/30964 (optional arguments to random_seed)Francois-Xavier Coudert1-25/+27
2007-08-11re PR fortran/32937 (segfault with string and -fdefault-integer-8)Francois-Xavier Coudert1-9/+6
2007-08-10re PR fortran/31270 (print subscript value and array bounds when out-of-bound...Francois-Xavier Coudert1-9/+14
2007-08-07re PR fortran/32732 ([Bind C] Character scalars are passed as arrays)Christopher D. Rickett1-1/+70
2007-08-01arith.c: Change copyright header to refer to version 3 of the GNU General Pub...Nick Clifton1-4/+3
2007-07-29re PR fortran/31211 (wrong code generated for pointer returning function as a...Paul Thomas1-0/+13
2007-07-28re PR fortran/32880 (User operator & allocatable TYPE components: wrong deall...Paul Thomas1-13/+8
2007-07-24re PR fortran/31205 (aliased operator assignment produces wrong result)Paul Thomas1-11/+0
2007-07-23re PR fortran/32732 ([Bind C] Character scalars are passed as arrays)Christopher D. Rickett1-5/+0
2007-07-23re PR fortran/32600 ([ISO Bind C] C_F_POINTER w/o SHAPE should not be a libra...Christopher D. Rickett1-20/+29
2007-07-19re PR fortran/32600 ([ISO Bind C] C_F_POINTER w/o SHAPE should not be a libra...Christopher D. Rickett1-0/+27
2007-07-17re PR fortran/31320 (Illegal read with gfortran.dg/alloc_comp_assign_2.f90 an...Paul Thomas1-41/+52
2007-07-08re PR fortran/17711 (Wrong operator name in error message)Daniel Franke1-0/+6
2007-07-02[multiple changes]Christopher D. Rickett1-2/+32
2007-07-01re PR fortran/32239 (optimize power in loops, use __builtin_powi instead of _...Janne Blomqvist1-3/+26
2007-06-15[multiple changes]Andrew Pinski1-2/+2
2007-05-31trans-expr.c (gfc_conv_expr_op): Use zero constant that matches the lse type.Richard Guenther1-2/+2
2007-05-29gfortran.h: Renamed 'enum gfc_generic_isym_id' to 'enum gfc_isym_id'...Daniel Franke1-1/+1
2007-05-28gfortran.h (gfc_expr): Remove from_H, add "representation" struct.Brooks Moses1-2/+3
2007-05-25re PR fortran/32047 (ICE (segfault) for pure function without argument)Paul Thomas1-5/+5
2007-05-23re PR fortran/32046 (wrong code with -O2 for gfortran.dg/interface_12.f90 & r...Francois-Xavier Coudert1-4/+10
2007-05-14re PR fortran/30723 (Freeing memory doesn't need to call a library function)Francois-Xavier Coudert1-4/+2
2007-05-14re PR fortran/31725 ([4.1 only] substring bound evaluated multiple times: wro...François-Xavier Coudert1-0/+7
2007-05-11re PR fortran/30876 (Array valued recursive function rejected)Paul Thomas1-1/+11
2007-04-23re PR fortran/31630 (ICE on nasty derived types code)Paul Thomas1-0/+1