aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/target-memory.c
AgeCommit message (Expand)AuthorFilesLines
2011-04-19Replace gfc_getmem with XCNEW, XCNEWVEC or xcallocJanne Blomqvist1-1/+1
2011-04-10Remove doubled up words.Mike Stump1-1/+1
2010-12-18re PR fortran/46974 (ICE with TRANSFER using a C_PTR entity)Tobias Burnus1-1/+20
2010-11-24re PR fortran/46638 (Wrong result with TRANSFER from string to DT)Tobias Burnus1-1/+10
2010-04-13[multiple changes]Jerry DeLisle1-62/+51
2009-12-07re PR other/40302 (GCC must hard-require MPC before release)Kaveh R. Ghazi1-62/+9
2009-08-13re PR fortran/40941 (gfc_typespec: put derived and cl into union)Janus Weil1-5/+5
2009-06-19gfortran.h (gfc_expr): Use mpc_t to represent complex numbers.Kaveh R. Ghazi1-11/+64
2009-03-27gfortran.h (enum init_local_real.): Add GFC_INIT_REAL_SNAN.Tobias Burnus1-1/+1
2009-01-10re PR fortran/38763 (TRANSFER ICE due to missing EXPR_NULL case)Paul Thomas1-3/+8
2008-09-11re PR fortran/36214 (Wrong simplification of BOZ constants)Daniel Kraft1-5/+4
2008-08-23re PR fortran/37025 (ICE with TRANSFER to non-default-kind character: transfe...Tobias Burnus1-3/+22
2008-06-20arith.c (hollerith2representation): Fix for -Wc++-compat.Kaveh R. Ghazi1-1/+1
2008-05-18intrinsic.c (char_conversions, ncharconv): New static variables.Francois-Xavier Coudert1-19/+18
2008-05-12re PR fortran/36176 (TRANSFER of constant substrings)François-Xavier Coudert1-6/+32
2008-05-06arith.c: (gfc_arith_concat...Francois-Xavier Coudert1-16/+33
2008-02-24arith.c: Update copyright years.Tobias Schlüter1-1/+1
2007-12-20re PR fortran/34482 (FAIL: gfortran.dg/nan_4.f90 -O tests for errors)Tobias Burnus1-6/+36
2007-12-08re PR fortran/34342 (BOZ extensions not diagnosed as such with -std=f95)Tobias Burnus1-0/+43
2007-08-01arith.c: Change copyright header to refer to version 3 of the GNU General Pub...Nick Clifton1-4/+3
2007-06-11re PR fortran/29786 (Initialization of overlapping variables: Not implemented)Paul Thomas1-2/+107
2007-05-28PR 31972/fortranBrooks Moses1-0/+2
2007-05-28gfortran.h (gfc_expr): Remove from_H, add "representation" struct.Brooks Moses1-26/+66
2007-05-16[multiple changes]Paul Thomas1-0/+451