aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/target-memory.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-17Rename .c files to .cc files.Martin Liska1-806/+0
2022-01-15Fortran: fix ICE and wrong code with TRANSFER and CHARACTER(kind=4)Harald Anlauf1-1/+1
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-11-30Remove more stray returns and gcc_unreachable ()sRichard Biener1-1/+0
2021-07-21Fortran: ICE, OOM while calculating sizes of derived type array componentsHarald Anlauf1-0/+3
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-07-23arith.c (gfc_convert_integer, [...]): Move to ...Steven G. Kargl1-34/+9
2019-03-31re PR fortran/83515 (ICE: Invalid expression in gfc_element_size)Harald Anlauf1-0/+1
2019-02-24re PR fortran/89266 (ICE with TRANSFER of len=0 character array constructor)Harald Anlauf1-20/+38
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-03-01re PR fortran/84219 (Failure to generate error for IO of transfer intrinsic, ...Paul Thomas1-0/+8
2018-01-22PR 78534, 83704 Large character lengthsJanne Blomqvist1-16/+15
2018-01-05PR 78534 Change character length from int to size_tJanne Blomqvist1-11/+8
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-10-10Require wi::to_wide for treesRichard Sandiford1-1/+1
2017-08-30[34/77] Add a SCALAR_INT_TYPE_MODE macroRichard Sandiford1-2/+2
2017-08-30[9/77] Add SCALAR_FLOAT_TYPE_MODERichard Sandiford1-1/+1
2017-01-13Revert r244448Janne Blomqvist1-8/+11
2017-01-13PR 78534 Change character length from int to size_tJanne Blomqvist1-11/+8
2017-01-03PR 78534 Revert r244011Janne Blomqvist1-8/+11
2017-01-03PR 78534 Change character length from int to size_tJanne Blomqvist1-11/+8
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-07-31re PR fortran/41922 (Diagnostic: No location shown for overlappingly initiali...Steven G. Kargl1-9/+14
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-11-11decl.c: Remove unused header files.Andrew MacLeod1-1/+0
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