summaryrefslogtreecommitdiff
path: root/gcc/fortran/data.c
AgeCommit message (Expand)Author
2020-01-01Update copyright years.Jakub Jelinek
2019-01-01Update copyright years.Jakub Jelinek
2018-06-09re PR fortran/78278 (ICE in gfc_wide_memset, at fortran/scanner.c:153)Steven G. Kargl
2018-06-08re PR fortran/78571 (ICE in create_character_initializer, at fortran/data.c:191)Steven G. Kargl
2018-05-10re PR fortran/70870 (Segmentation violation in gfc_assign_data_value)Steven G. Kargl
2018-01-22PR 78534, 83704 Large character lengthsJanne Blomqvist
2018-01-03Update copyright years.Jakub Jelinek
2017-05-13re PR fortran/80442 (Rejects DATA statement with array slice)Nicolas Koenig
2017-01-01Update copyright years.Jakub Jelinek
2016-12-14re PR fortran/78672 (Gfortran test suite failures with a sanitized compiler)Andre Vehreschild
2016-01-04Update copyright years.Jakub Jelinek
2015-10-21re PR fortran/67939 (ICE on using data with negative substring range)Steven G. Kargl
2015-05-23re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez
2015-02-01Always pass 0 or option number to gfc_warning*.Joseph Myers
2015-01-05Update copyright years.Jakub Jelinek
2014-12-13error.c (gfc_error): Add variant which takes a va_list.Tobias Burnus
2014-12-11re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-04-18expr.c (find_array_element): Don't copy expr.Tobias Burnus
2013-04-11Replace enum gfc_try with bool type.Janne Blomqvist
2013-01-10Update copyright years in gcc/Richard Sandiford
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek
2012-08-28re PR fortran/54384 (gfortran memory leaks)Tobias Burnus
2012-07-17re PR fortran/51081 ([F03] Proc-pointer assignment: Rejects valid internal proc)Janus Weil
2012-07-08gfortran.h: Do not include coretypes.h here.Steven Bosscher
2011-06-30re PR fortran/49540 (Memory-hog with large DATA stmt)Jakub Jelinek
2011-04-18convert each use of gfc_free (p) to free (p)Jim Meyering
2010-08-27re PR fortran/43217 (Output of Hollerith constants which are not a multiple o...Jerry DeLisle
2010-07-28decl.c (free_value): Also free repeat field.Mikael Morin
2010-05-23gfortran.h: Do not include system.h.Tobias Burnus
2010-05-19re PR fortran/38404 (Warning message identifies incorrect line)Daniel Franke
2010-05-05re PR fortran/24978 (ICE in gfc_assign_data_value_range)Daniel Franke
2010-04-13[multiple changes]Jerry DeLisle
2010-04-09re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus
2009-11-28trans-common.c (create_common): Remove unused offset variable.Jakub Jelinek
2009-08-13re PR fortran/40941 (gfc_typespec: put derived and cl into union)Janus Weil
2009-04-26re PR fortran/39893 ([4.4] gfortran ICE on invalid program)Steven G. Kargl
2008-07-29gfortran.h (try): Remove macro.Kaveh R. Ghazi
2008-07-21fmt_g0_3.f08: Fix typo in expected error message.Ralf Wildenhues
2008-05-06arith.c: (gfc_arith_concat...Francois-Xavier Coudert
2008-02-26system.h (USE_MAPPED_LOCATION): Poison.Tom Tromey
2008-02-24arith.c: Update copyright years.Tobias Schlüter
2008-02-05re PR fortran/35093 (gfortran.dg/data_constraints_1.f90)Tobias Burnus
2008-02-05re PR fortran/32315 (DATA with implied-do: Bounds checks missing [regression ...Paul Thomas
2008-01-24re PR fortran/34202 (ICE (segfault) for invalid code in formalize_init_expr (...Daniel Franke
2007-10-05gfortran.h (gfc_get_data_variable, [...]): Move to decl.c.Francois-Xavier Coudert
2007-08-01arith.c: Change copyright header to refer to version 3 of the GNU General Pub...Nick Clifton
2007-07-03re PR fortran/32432 (SEGV/endless loop after: "ERROR: ... already is initiali...Jerry DeLisle
2007-06-18re PR fortran/20863 ([4.2 only] Pointer problems in PURE procedures)Paul Thomas
2007-05-28gfortran.h (gfc_expr): Remove from_H, add "representation" struct.Brooks Moses