aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/symbol.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-17Rename .c files to .cc files.Martin Liska1-5251/+0
2022-01-05Fortran: Fix ICE caused by missing error for untyped symbol [PR103258]Sandra Loosemore1-1/+1
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-12-08Fortran: avoid NULL pointer dereference on missing or bad dummy argumentsHarald Anlauf1-0/+3
2021-11-09Fortran: Fix memory leak in finalization wrappers [PR68800]Bernhard Reutner-Fischer1-6/+8
2021-11-09Remove dead Fortran function.Martin Liska1-17/+0
2021-11-05Fortran: Delete unused decl in gfortran.hBernhard Reutner-Fischer1-2/+2
2021-10-31Fortran: Revert explicit memcpy in gfc_get_typebound_procBernhard Reutner-Fischer1-1/+1
2021-10-29Fortran: Free type-bound procedure structsBernhard Reutner-Fischer1-2/+2
2021-10-26Fortran: [PDT] KIND and LEN type parameters are mutually exclusiveHarald Anlauf1-0/+1
2021-10-14openmp, fortran: Add support for OpenMP declare variant directive in FortranKwok Cheung Yeung1-0/+1
2021-04-15Fortran: Fix class reallocate on assignment [PR99307].Paul Thomas1-1/+1
2021-02-19PR fortran/99147 - Sanitizer detects heap-use-after-free in gfc_add_flavorHarald Anlauf1-2/+2
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
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