summaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-const.c
AgeCommit message (Expand)Author
2020-01-01Update copyright years.Jakub Jelinek
2019-11-08Allow CHARACTER literals in assignments and data statements.Mark Eggleston
2019-01-01Update copyright years.Jakub Jelinek
2018-06-10re PR fortran/79854 (diagnostics: gfc_conv_constant_to_tree should be gfc_int...Dominique d'Humieres
2018-02-23re PR fortran/83148 (ICE: crash_signal from toplev.c:325)Paul Thomas
2018-01-31Use gfc_charlen_t instead of int in gfc_conv_string_initJanne Blomqvist
2018-01-22PR 78534, 83704 Large character lengthsJanne Blomqvist
2018-01-05PR 78534 Change character length from int to size_tJanne Blomqvist
2018-01-03Update copyright years.Jakub Jelinek
2017-10-10Require wi::to_wide for treesRichard Sandiford
2017-01-13Revert r244448Janne Blomqvist
2017-01-13PR 78534 Change character length from int to size_tJanne Blomqvist
2017-01-03PR 78534 Revert r244011Janne Blomqvist
2017-01-03PR 78534 Change character length from int to size_tJanne Blomqvist
2017-01-01Update copyright years.Jakub Jelinek
2016-01-04Update copyright years.Jakub Jelinek
2015-11-11decl.c: Remove unused header files.Andrew MacLeod
2015-10-29decl.c: Reorder #include's and remove duplicates.Andrew MacLeod
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod
2015-02-01Always pass 0 or option number to gfc_warning*.Joseph Myers
2015-01-30Always pass explicit location to fatal_error.Joseph Myers
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison
2015-01-05Update copyright years.Jakub Jelinek
2014-10-19re PR fortran/48979 (FRACTION und EXPONENT return invalid results for infinit...Francois-Xavier Coudert
2014-08-15re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez
2014-06-17check.c (gfc_check_atomic, [...]): Use argument for GFC_ISYM_CAF_GET.Tobias Burnus
2014-05-06Merge in wide-int.Kenneth Zadeck
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo
2013-01-10Update copyright years in gcc/Richard Sandiford
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek
2011-11-03trans.h (struct gfc_ss, [...]): Move member struct gfc_ss::data::scalar into ...Mikael Morin
2011-11-03trans.h (struct gfc_ss, [...]): Move field string_length from the former stru...Mikael Morin
2011-11-03trans.h (struct gfc_ss, [...]): Move field expr from the former struct to the...Mikael Morin
2011-11-03trans.h (struct gfc_ss_info): New struct.Mikael Morin
2011-05-04trans-array.c (gfc_trans_array_constructor_value): Use size_int for bounds of...Richard Guenther
2011-04-18convert each use of gfc_free (p) to free (p)Jim Meyering
2010-09-11mathbuiltins.def: Do not defined huge_val built-in.Francois-Xavier Coudert
2010-09-02re PR fortran/45186 (Gfortran 4.5.0 emits wrong linenumbers)Tobias Burnus
2010-07-06trans-decl.c: Include diagnostic-core.h besides toplev.h.Tobias Burnus
2010-05-23gfortran.h: Do not include system.h.Tobias Burnus
2010-05-21real: Do not include gmp.h, mpfr.h, and mpc.h.Steven Bosscher
2010-05-21tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher
2010-05-20trans-expr.c: Do not include convert.h, ggc.h, real.h, and gimple.h.Steven Bosscher
2010-04-13[multiple changes]Jerry DeLisle
2009-11-26re PR fortran/41807 (data statement with nested type constructors)Jerry DeLisle
2009-11-22trans-const.c (gfc_conv_const): Fix typo in comment.Jerry DeLisle