aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/target-memory.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-29decl.c: Reorder #include's and remove duplicates.Andrew MacLeod1-3/+3
2015-07-09flags.h: Don't include flag-types.h or options.h.Andrew MacLeod1-1/+0
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-1/+0
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-1/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-3/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-3/+0
2015-05-05Fix indentation issues seen by -Wmisleading-indentationDavid Malcolm1-2/+2
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-1/+9
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-05-06Merge in wide-int.Kenneth Zadeck1-1/+2
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+1
2013-10-29PR fortran 57893Paul Thomas1-14/+16
2013-04-22re PR fortran/53685 (surprising warns about transfer with explicit character ...Janus Weil1-17/+29
2013-03-25re PR fortran/38536 (ICE with C_LOC in resolve.c due to not properly going th...Tobias Burnus1-0/+11
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2012-11-06re PR fortran/54917 ([OOP] TRANSFER on polymorphic variable causes ICE)Janus Weil1-0/+4
2012-09-24Finish conversion of uses of double_int to the new API.Lawrence Crowl1-2/+1
2012-09-17error.c (error_print): Move increment out of the assert.Tobias Burnus1-1/+4
2012-09-15match.c (lock_unlock_statement, [...]): Fix potential double freeing.Tobias Burnus1-7/+14
2012-07-08gfortran.h: Do not include coretypes.h here.Steven Bosscher1-0/+1
2011-08-06re PR fortran/50004 (ICE in c_ptr_tests_16.f90)Thomas Koenig1-2/+8
2011-08-05re PR fortran/37211 (TRANSFER to characters: Size checking)Thomas Koenig1-14/+19
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