aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/data.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-17Rename .c files to .cc files.Martin Liska1-848/+0
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-03-10PR fortran/99205 - Out of memory with undefined character lengthHarald Anlauf1-0/+3
2021-03-08PR fortran/49278 - ICE when combining DATA with default initializationHarald Anlauf1-0/+7
2021-01-25PR fortran/70070 - ICE on initializing character data beyond min/max boundHarald Anlauf1-0/+15
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-12-26Fortran: Correction to recent patch in light of comments [PR98022].Paul Thomas1-20/+43
2020-12-25PR93685 - ICE in gfc_constructor_append_expr, at fortran/constructor.c:135Harald Anlauf1-4/+3
2020-12-12Fortran: Enable inquiry references in data statements [PR98022].Paul Thomas1-13/+61
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-06-09re PR fortran/78278 (ICE in gfc_wide_memset, at fortran/scanner.c:153)Steven G. Kargl1-16/+15
2018-06-08re PR fortran/78571 (ICE in create_character_initializer, at fortran/data.c:191)Steven G. Kargl1-1/+4
2018-05-10re PR fortran/70870 (Segmentation violation in gfc_assign_data_value)Steven G. Kargl1-0/+9
2018-01-22PR 78534, 83704 Large character lengthsJanne Blomqvist1-8/+7
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-05-13re PR fortran/80442 (Rejects DATA statement with array slice)Nicolas Koenig1-9/+31
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-12-14re PR fortran/78672 (Gfortran test suite failures with a sanitized compiler)Andre Vehreschild1-1/+4
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-10-21re PR fortran/67939 (ICE on using data with negative substring range)Steven G. Kargl1-7/+17
2015-05-23re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez1-3/+3
2015-02-01Always pass 0 or option number to gfc_warning*.Joseph Myers1-1/+1
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-13error.c (gfc_error): Add variant which takes a va_list.Tobias Burnus1-2/+2
2014-12-11re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez1-3/+3
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-04-18expr.c (find_array_element): Don't copy expr.Tobias Burnus1-0/+6
2013-04-11Replace enum gfc_try with bool type.Janne Blomqvist1-12/+12
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-2/+2
2012-08-28re PR fortran/54384 (gfortran memory leaks)Tobias Burnus1-1/+6
2012-07-17re PR fortran/51081 ([F03] Proc-pointer assignment: Rejects valid internal proc)Janus Weil1-2/+2
2012-07-08gfortran.h: Do not include coretypes.h here.Steven Bosscher1-0/+1
2011-06-30re PR fortran/49540 (Memory-hog with large DATA stmt)Jakub Jelinek1-33/+127
2011-04-18convert each use of gfc_free (p) to free (p)Jim Meyering1-1/+1
2010-08-27re PR fortran/43217 (Output of Hollerith constants which are not a multiple o...Jerry DeLisle1-4/+4
2010-07-28decl.c (free_value): Also free repeat field.Mikael Morin1-8/+14
2010-05-23gfortran.h: Do not include system.h.Tobias Burnus1-0/+1
2010-05-19re PR fortran/38404 (Warning message identifies incorrect line)Daniel Franke1-2/+3
2010-05-05re PR fortran/24978 (ICE in gfc_assign_data_value_range)Daniel Franke1-138/+26
2010-04-13[multiple changes]Jerry DeLisle1-202/+50
2010-04-09re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus1-0/+8
2009-11-28trans-common.c (create_common): Remove unused offset variable.Jakub Jelinek1-3/+2
2009-08-13re PR fortran/40941 (gfc_typespec: put derived and cl into union)Janus Weil1-5/+5
2009-04-26re PR fortran/39893 ([4.4] gfortran ICE on invalid program)Steven G. Kargl1-1/+5
2008-07-29gfortran.h (try): Remove macro.Kaveh R. Ghazi1-2/+2
2008-07-21fmt_g0_3.f08: Fix typo in expected error message.Ralf Wildenhues1-3/+3
2008-05-06arith.c: (gfc_arith_concat...Francois-Xavier Coudert1-17/+19
2008-02-26system.h (USE_MAPPED_LOCATION): Poison.Tom Tromey1-5/+0