aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-expr.c
AgeCommit message (Expand)AuthorFilesLines
2008-11-01re PR fortran/35681 (wrong result for vector subscripted array expression in ...Daniel Kraft1-3/+3
2008-11-01re PR fortran/36322 (ICE with PROCEDURE using a complicated interface)Janus Weil1-1/+2
2008-09-21re PR fortran/35846 (ICE on nested character constructors)Daniel Kraft1-4/+89
2008-09-08re PR fortran/37199 (array assignment from function writes out of bounds)Daniel Kraft1-4/+19
2008-09-04trans-array.c (gfc_conv_array_parameter): Use correct types in building COND_...Richard Guenther1-1/+2
2008-08-31trans-expr.c (gfc_trans_string_copy): Use the correct types to compute slen a...Richard Guenther1-4/+6
2008-08-28gfortran.h (enum expr_t): New value `EXPR_COMPCALL'.Daniel Kraft1-0/+4
2008-08-24re PR fortran/37201 (ICE in in gfc_conv_string_parameter)Tobias Burnus1-1/+3
2008-08-23gfortran.h (gfc_component): Add field "symbol_attribute attr"...Janus Weil1-8/+8
2008-07-29trans-expr.c (conv_parent_component_references): New function to build missin...Paul Thomas1-2/+39
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-30/+30
2008-07-27re PR fortran/36132 (_gfortran_internal_pack on optional arguments)Tobias Burnus1-6/+8
2008-07-24re PR fortran/29952 (Flag to give runtime information " array temporary was c...Thomas Koenig1-5/+6
2008-07-21fmt_g0_3.f08: Fix typo in expected error message.Ralf Wildenhues1-3/+3
2008-07-19gfortran.h (new): Remove macro.Kaveh R. Ghazi1-17/+17
2008-07-19gfortran.h (operator): Remove macro.Kaveh R. Ghazi1-1/+1
2008-07-02re PR fortran/32580 (iso_c_binding c_f_procpointer / procedure pointers)Janus Weil1-5/+12
2008-06-20arith.c (hollerith2representation): Fix for -Wc++-compat.Kaveh R. Ghazi1-1/+1
2008-05-25re PR fortran/32600 ([ISO Bind C] C_F_POINTER w/o SHAPE should not be a libra...Tobias Burnus1-0/+28
2008-05-19re PR fortran/36265 (character issue with gfortran)Francois-Xavier Coudert1-1/+6
2008-05-18intrinsic.c (char_conversions, ncharconv): New static variables.Francois-Xavier Coudert1-39/+122
2008-05-15trans-expr.c (gfc_conv_concat_op): Take care of nondefault character kinds.Francois-Xavier Coudert1-18/+31
2008-05-06arith.c: (gfc_arith_concat...Francois-Xavier Coudert1-2/+7
2008-04-23tree-cfg.c (verify_expr): Check with is_gimple_address.Paolo Bonzini1-4/+1
2008-03-29re PR fortran/35698 (lbound and ubound wrong for allocated run-time zero size...Paul Thomas1-1/+3
2008-02-29re PR fortran/35059 (Seg fault when max constructor limit reached)Jerry DeLisle1-0/+2
2008-02-28re PR fortran/34868 (ICE with -ff2c for function returning a complex number)Francois-Xavier Coudert1-1/+2
2008-02-24trans-array.c (gfc_conv_descriptor_data_get, [...]): Use fold_buildN instead ...Tobias Schlüter1-27/+30
2008-02-23re PR target/25477 (builtin functions should use $LDBL128 suffix on darwin wh...Francois-Xavier Coudert1-5/+3
2008-02-21tree.def (PAREN_EXPR): New tree code.Richard Guenther1-4/+13
2008-02-15trans-expr.c (gfc_conv_function_call): Force evaluation of se->expr.Francois-Xavier Coudert1-0/+7
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