aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-expr.c
AgeCommit message (Expand)AuthorFilesLines
2009-03-31re PR fortran/38915 (wrong results for structure assignment of character comp...Paul Thomas1-0/+12
2009-03-28gfortran.h (gfc_option_t): Add rtcheck.Francois-Xavier Coudert1-2/+2
2009-03-27gimplify.c (mark_addressable): Export.Richard Guenther1-16/+16
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+1
2009-02-13re PR fortran/36703 (ICE (segfault) in reduce_binary0 (arith.c:1778))Paul Thomas1-3/+22
2008-12-18re PR fortran/31822 (Missing run-time bound checks for character pointer => t...Daniel Kraft1-4/+34
2008-12-14re PR fortran/35937 (Wrong type for charlength of function)Paul Thomas1-1/+1
2008-12-09re PR fortran/35983 (C_LOC in derived type constructor gives weird result)Mikael Morin1-14/+3
2008-11-24re PR fortran/34820 (internal compiler error: in gfc_conv_descriptor_data_get...Paul Thomas1-25/+54
2008-11-16re PR fortran/35681 (wrong result for vector subscripted array expression in ...Mikael Morin1-1/+2
2008-11-16re PR fortran/38095 (character ICE)Tobias Burnus1-2/+3
2008-11-16re PR fortran/37926 (Program gives wrong output (connected to char len))Paul Thomas1-1/+2
2008-11-15re PR fortran/37926 (Program gives wrong output (connected to char len))Paul Thomas1-0/+9
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