aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/decl.c
AgeCommit message (Expand)AuthorFilesLines
2020-09-28Revert "Fortran : ICE in build_field PR95614"Mark Eggleston1-2/+2
2020-09-27Fortran : ICE in build_field PR95614Mark Eggleston1-2/+2
2020-09-17Fortran: Avoid double-free with parse error (PR96041, PR93423)Tobias Burnus1-0/+9
2020-08-27Fortran : ICE for division by zero in declaration PR95882Mark Eggleston1-0/+3
2020-07-14Fortran : Implicitly type parameter causes an invalid error PR96038Mark Eggleston1-6/+9
2020-07-01Fortran : Fortran translation issues PR52279Mark Eggleston1-4/+4
2020-07-01Fortran : Bogus error with additional blanks in type(*) PR95829Mark Eggleston1-1/+1
2020-06-29PR fortran/95978 - ICE in gfc_match_data, at fortran/decl.c:731Harald Anlauf1-1/+1
2020-06-25PR fortran/95826 - Buffer overflows with PDTs and long symbolsHarald Anlauf1-3/+5
2020-06-23Fortran : ICE in gfc_validate_kind PR95586Mark Eggleston1-1/+1
2020-06-11PR fortran/95611 - ICE in access_attr_decl, at fortran/decl.c:9075Harald Anlauf1-1/+1
2020-06-05PR fortran/95530, PR fortran/95537 - Buffer overflows with long symbolsHarald Anlauf1-2/+7
2020-05-18PR fortran/95053 - division by zero constantsHarald Anlauf1-1/+16
2020-05-13Fortran : ICE in gfc_conv_array_constructor_expr PR93497Mark Eggleston1-0/+5
2020-04-20PR 91800 - reject Hollerith constants as type initializer.Steve Kargl1-0/+9
2020-04-06Fix fortran/93686 -- ICE matching data statements with derived-type pointers.Fritz Reese1-0/+4
2020-04-02Fix fortran/85982 ICE in resolve_component.Fritz Reese1-9/+21
2020-03-28[Fortran] Fix result-variable handling of MODULE PROCEDURE (PR94348)Tobias Burnus1-5/+12
2020-03-05Fortran: ICE in gfc_code2string PR93792Steven G. Kargl1-1/+10
2020-02-24fortran: ICE in gfc_conv_constant_to_tree PR93604Mark Eggleston1-0/+16
2020-01-09Fortran] PR84135 fix merging dimension into codimension array specTobias Burnus1-11/+10
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-12-30Catch division by zero errors in array sizes.Thomas Koenig1-4/+27
2019-11-10re PR fortran/92123 ([F2018/array-descriptor] Scalar allocatable/pointer wit...Paul Thomas1-11/+2
2019-11-01decl.c (match_byte_typespec): New function.Steven G. Kargl1-16/+36
2019-11-01re PR fortran/90988 (Wrong error message with variables named "PUBLIC*")Steven G. Kargl1-11/+16
2019-10-22re PR fortran/92174 (runtime error: index 15 out of bounds for type 'gfc_expr...Steven G. Kargl1-9/+0
2019-10-15re PR fortran/89943 (Submodule functions are not allowed to have C binding)Steven G. Kargl1-22/+64
2019-10-11re PR fortran/91715 (ICE in resolve_fntype, at fortran/resolve.c:16884)Steven G. Kargl1-6/+10
2019-10-05re PR fortran/47054 (Compilation error when cray pointers are declared in bot...Steven G. Kargl1-1/+1
2019-10-04PR fortran.91959Steven G. Kargl1-27/+33
2019-10-03Character typenames in errors and warningsMark Eggleston1-1/+1
2019-09-29re PR fortran/91714 (Accepts type statement without delimiter in free form)Steven G. Kargl1-2/+20
2019-09-29re PR fortran/91802 (ICE in mio_name_expr_t, at fortran/module.c:2141)Jerry DeLisle1-1/+1
2019-09-28re PR fortran/91802 (ICE in mio_name_expr_t, at fortran/module.c:2141)Steven G. Kargl1-0/+9
2019-09-05re PR fortran/91660 (Missing error on invalid type declaration)Steven G. Kargl1-5/+20
2019-09-01array.c (spec_dimen_size): Check for the presence of expressions for the bounds.Paul Thomas1-0/+1
2019-08-27re PR fortran/91496 (!GCC$ directives error if mistyped or unknown)Harald Anlauf1-0/+55
2019-08-17re PR fortran/78719 ([F03] ICE in gfc_get_symbol_decl, at fortran/trans-decl....Steven G. Kargl1-3/+3
2019-08-10decl.c (match_old_style_init): Use a clearer error message.Steven G. Kargl1-3/+4
2019-08-05re PR fortran/91372 (Error: Unclassifiable statement)Steven G. Kargl1-2/+3
2019-08-02re PR fortran/90985 (Wrong error message with variables named "DATA*")Steven G. Kargl1-0/+7
2019-07-23arith.c (gfc_convert_integer, [...]): Move to ...Steven G. Kargl1-1/+20
2019-07-03Remove another bunch of dead assignment.Martin Liska1-1/+0
2019-06-26re PR fortran/90988 (Wrong error message with variables named "PUBLIC*")Steven G. Kargl1-51/+68
2019-06-21re PR fortran/51991 (Wrong error message with variables named "SAVE*")Steven G. Kargl1-2/+7
2019-06-20re PR fortran/77632 ([F08] Pointer initialisation does not quite work with ar...Steven G. Kargl1-0/+10
2019-06-19re PR fortran/69398 ([OOP] ICE on class with duplicate dimension attribute sp...Steven G. Kargl1-0/+9
2019-06-15decl.c (gfc_match_derived_decl): Dummy argument cannot be a derived type.Steven G. Kargl1-0/+7
2019-05-10re PR fortran/90093 (Extended C interop: optional argument incorrectly identi...Paul Thomas1-13/+12