aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/decl.c
AgeCommit message (Expand)AuthorFilesLines
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
2019-04-22re PR fortran/90166 (Compiler Fails at Assembler)Steven G. Kargl1-0/+29
2019-03-13re PR fortran/89601 ([PDT] ICE: Segmentation fault (in resolve_component))Janus Weil1-2/+12
2019-03-13[multiple changes]Thomas Koenig1-2/+2
2019-03-12Replace can't in error messages for Fortran.Martin Liska1-5/+5
2019-03-11Wrap option names in gcc internal messages with %< and %>.Martin Liska1-3/+3
2019-03-09re PR fortran/71203 (ICE in add_init_expr_to_sym, at fortran/decl.c:1512 and ...Thomas Koenig1-2/+8
2019-02-23re PR fortran/89385 (Incorrect members of C descriptor for an allocatable obj...Paul Thomas1-6/+7
2019-02-18Support if statement in !GCC$ builtin directive.Martin Liska1-5/+16
2019-02-17re PR fortran/89077 (ICE using * as len specifier for character parameter)Harald Anlauf1-0/+8
2019-02-04re PR fortran/89077 (ICE using * as len specifier for character parameter)Harald Anlauf1-1/+1
2019-01-25re PR fortran/85780 (ICE in resolve_fl_procedure, at fortran/resolve.c:12504)Steven G. Kargl1-2/+16