aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/symbol.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-25Correct decls for functions which do not pass actual arguments.Thomas Koenig1-4/+21
2020-09-19PR fortran/97036 - [F2018] Allow ELEMENTAL RECURSIVE procedure prefixHarald Anlauf1-1/+1
2020-07-05Test global identifiers against what is specified interfaces.Thomas Koenig1-1/+7
2020-06-28PR fortran/95880 - ICE in gfc_add_type, at fortran/symbol.c:2030Harald Anlauf1-1/+3
2020-06-14When avoiding double deallocation, look at namespace, expression and component.Thomas Koenig1-0/+12
2020-05-20Fortran : ProcPtr function results: 'ppr@' in error message PR39695Mark Eggleston1-2/+5
2020-02-10Fix bogus duplicate attribute errors for submodule functions.Andrew Benson1-3/+4
2020-01-30Remove check for maximum symbol name length.Andrew Benson1-16/+0
2020-01-21Fortran] PR93309 – permit repeated 'implicit none(external)'Tobias Burnus1-3/+0
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-08-16Allow automatics in equivalencesMark Eggleston1-51/+51
2019-07-29re PR fortran/90813 (gfortran.dg/proc_ptr_51.f90 fails (SIGSEGV) after 272084)Thomas Koenig1-0/+13
2019-06-20re PR fortran/86587 (Derived-type with attributes BIND(C) and PRIVATE raises ...Steven G. Kargl1-10/+0
2019-03-20re PR fortran/71861 ([F03] ICE in write_symbol(): bad module symbol)Janus Weil1-0/+1
2019-03-16re PR fortran/84394 (compiler error when using modules with derived types in ...Thomas Koenig1-1/+9
2019-03-13[multiple changes]Thomas Koenig1-1/+2
2019-03-10re PR fortran/87734 (ICE in is_illegal_recursion check for character len= par...Thomas Koenig1-1/+2
2019-03-03re PR fortran/77583 (ICE in pp_quoted_string, at pretty-print.c:966)Harald Anlauf1-1/+1
2019-02-14re PR fortran/88248 ([F18] Bogus warning about obsolescent feature: Labeled D...Harald Anlauf1-4/+5
2019-01-19[multiple changes]Dominique d'Humieres1-1/+2
2019-01-09PR other/16615 [1/5]Sandra Loosemore1-1/+1
2019-01-05re PR fortran/88009 (ICE in find_intrinsic_vtab, at fortran/class.c:2761)Janus Weil1-0/+3
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-07-20gfortran.h (gfc_symbol): Add pointer to next derived type.Andrew Benson1-45/+33
2018-06-09re PR fortran/63514 (functions containing volatile are considered pure)Steven G. Kargl1-0/+14
2018-05-25re PR fortran/85839 ([F2018] warn for obsolescent features)Janus Weil1-0/+4
2018-05-21re PR fortran/85841 ([F2018] reject deleted features)Janus Weil1-5/+5
2018-05-13gfortran.h: Remove prototype.Steven G. Kargl1-16/+0
2018-03-28re PR fortran/69497 (ICE in gfc_free_namespace, at fortran/symbol.c:3701)Mikael Morin1-4/+11
2018-03-25re PR fortran/69497 (ICE in gfc_free_namespace, at fortran/symbol.c:3701)Jerry DeLisle1-3/+2
2018-02-13re PR fortran/84313 ([F08] reject procedure pointers in COMMON blocks)Janus Weil1-1/+3
2018-01-05PR 78534 Change character length from int to size_tJanne Blomqvist1-1/+1
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-10re PR fortran/53478 (gfortran segfaults when module name clashes with C bindi...Dominique d'Humieres1-0/+23
2017-10-21re PR fortran/82586 ([PDT] ICE: write_symbol(): bad module symbol)Paul Thomas1-1/+19
2017-10-19Use Levenshtein spelling suggestions in Fortran FEBernhard Reutner-Fischer1-4/+82
2017-10-04re PR fortran/60458 (Error message on associate: deferred type parameter and ...Paul Thomas1-0/+6
2017-09-12re PR fortran/82173 ([meta-bug] Parameterized derived type errors)Paul Thomas1-43/+43
2017-09-09decl.c: Add decl_type_param_list...Paul Thomas1-0/+52
2017-07-03re PR fortran/79843 (diagnostics: missing word in fortran/symbol.c, conflict_...Dominique d'Humieres1-2/+2
2017-04-04[multiple changes]Nicolas Koenig1-2/+12
2017-03-20re PR fortran/39239 (Reject SAVEd variables EQUIVALENCEd to a COMMON)Nicolas Koenig1-0/+1
2017-03-18re PR fortran/71838 (ICE with OpenCoarrays on submodule)Paul Thomas1-2/+14
2017-01-21gfortran.h (gfc_extract_int): Change return type to bool.Jakub Jelinek1-9/+9
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-12-09re PR fortran/44265 (Link error with reference to parameter array in specific...Paul Thomas1-0/+1
2016-12-08re PR fortran/65173 (ICE while compiling wrong code)Steven G. Kargl1-14/+5
2016-11-10omp-low.c (lower_omp_target): Fix up argument to is_reference.Jakub Jelinek1-0/+32
2016-10-28re PR fortran/71891 (fortran/symbol.c:4864: suspicious if ?)Steven G. Kargl1-1/+1
2016-09-27auto-inc-dec.c (try_merge): Remove break after return.Jakub Jelinek1-1/+0