aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/decl.c
AgeCommit message (Expand)AuthorFilesLines
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
2019-01-11re PR fortran/35031 (ELEMENTAL procedure with BIND(C))Steven G. Kargl1-3/+13
2019-01-10re PR fortran/86322 (ICE in reference_record with data statement)Steven G. Kargl1-1/+25
2019-01-09PR other/16615 [1/5]Sandra Loosemore1-3/+3
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-12-22re PR fortran/85798 (ICE in get_array_index, at fortran/data.c:69)Steven G. Kargl1-0/+25
2018-12-16decl.c (variable_decl): Typo fixes.Steven G. Kargl1-2/+2
2018-12-16re PR fortran/87994 (ICE in match_data_constant, at fortran/decl.c:399)Steven G. Kargl1-0/+8
2018-12-15re PR fortran/88138 (ICE in gfc_arith_concat, at fortran/arith.c:1007)Steven G. Kargl1-0/+16
2018-12-0920180-12-08 Steven G. Kargl <kargl@gcc.gnu.org>Steven G. Kargl1-0/+8
2018-11-27Support simd function declarations via a pre-include.Martin Liska1-0/+41
2018-11-02re PR fortran/46020 (Improve error string for BIND(C) diagnostic for len>1 ch...Thomas Koenig1-1/+1