aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/decl.c
AgeCommit message (Expand)AuthorFilesLines
2017-05-19fortran: remove trailing exclamation mark from various diagnostics (PR fortra...David Malcolm1-1/+1
2017-05-18re PR fortran/79968 (diagnostics: merge similar diagnostics containing -fdec-...Fritz Reese1-6/+12
2017-05-16re PR fortran/80554 ([f08] variable redefinition in submodule)Paul Thomas1-1/+21
2017-03-25re PR fortran/80156 (Generic DTIO interface reported missing if public statem...Paul Thomas1-14/+6
2017-03-22re PR fortran/79602 (translation: globally replace '%s' with %qs)Dominique d'Humieres1-5/+5
2017-03-21re PR fortran/69498 (ICE on disjunct cases with displaced or incomplete embed...Nicolas Koenig1-0/+1
2017-02-20re PR fortran/79382 (DTIO ICE)Paul Thomas1-0/+15
2017-02-19re PR fortran/79447 ([F08] gfortran rejects valid & accepts invalid internal ...Paul Thomas1-5/+7
2017-01-21gfortran.h (gfc_extract_int): Change return type to bool.Jakub Jelinek1-14/+8
2017-01-09re PR translation/79019 (translatable string typo in cif-code.def:141)Jakub Jelinek1-1/+1
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-12-17re PR fortran/78239 (ICE in char_len_param_value, at fortran/decl.c:926, with...Thomas Koenig1-1/+2
2016-12-09re PR fortran/77903 ([F08] gfortran 6.1.0/7.0.0 accept invalid code with conf...Paul Thomas1-11/+10
2016-11-30re PR fortran/78573 ([OOP] ICE in resolve_component, at fortran/resolve.c:13405)Janus Weil1-11/+5
2016-11-13re PR fortran/60952 ([F03] Problem using "end" as a type-bound procedure and ...Janus Weil1-0/+2
2016-11-13re PR fortran/66366 ([OOP] ICE on invalid with non-allocatable CLASS variable)Janus Weil1-2/+11
2016-11-12re PR fortran/77501 ([F03] ICE in gfc_match_generic, at fortran/decl.c:9429)Janus Weil1-17/+6
2016-11-10Fix ICE and improve errors for invalid anonymous structure declarations.Fritz O. Reese1-1/+22
2016-11-10Fix some whitespace.Fritz O. Reese1-91/+91
2016-11-03Support legacy PARAMETER statements with -std=legacy.Fritz O. Reese1-2/+8
2016-10-25re PR fortran/45516 ([F08] allocatable compontents of recursive type)Paul Thomas1-0/+13
2016-10-25Support TYPE as alias for PRINT with -fdec.Fritz Reese1-0/+94
2016-10-25Cleanup -fdec.Fritz Reese1-4/+4
2016-09-23lang.opt, [...]: New flag -fdec-static.Fritz Reese1-2/+159
2016-09-22re PR fortran/66107 (ICE on missing parameter value for initialisation (segfa...Louis Krupp1-1/+12
2016-09-19re PR fortran/77584 (Unclassifiable statement error with procedure pointer us...Fritz Reese1-30/+35
2016-09-16re PR fortran/77612 (ICE on invalid character len in contained procedure)Steven G. Kargl1-3/+4
2016-08-31[multiple changes]Paul Thomas1-0/+4
2016-08-23decl.c (gfc_match_structure_decl): Make gfc_structure_id static.Fritz Reese1-1/+1
2016-08-15lang.opt, [...]: New flag -finit-derived.Fritz Reese1-47/+1
2016-08-12re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)Marek Polacek1-0/+1
2016-07-30re PR fortran/69867 (ICE on initializing character in type with array of inco...Steven G. Kargl1-2/+4
2016-07-30re PR fortran/69962 (ICE on missing parameter attribute, in gfc_set_constant_...Steven G. Kargl1-2/+6
2016-07-30re PR fortran/71730 (ICE when character length specification uses an undefine...Steven G. Kargl1-1/+10
2016-07-28re PR fortran/71067 (ICE on data initialization with insufficient value)Steven G. Kargl1-0/+1
2016-07-04re PR fortran/66575 (Endless compilation on missing end interface)Jerry DeLisle1-1/+2
2016-06-01re PR fortran/71156 (PURE interface/definition inconsistency: accepts invalid...Paul Thomas1-7/+46
2016-05-07re PR fortran/56226 (Add support for DEC UNION and MAP extensions)Fritz Reese1-33/+535
2016-03-12re PR fortran/70031 (Error in recursive module subroutine declaration if decl...Paul Thomas1-45/+57
2016-02-14re PR fortran/60526 (Accepts-invalid: Variable name same as type name)Thomas Koenig1-0/+28
2016-02-14re PR fortran/60526 (Accepts-invalid: Variable name same as type name)Thomas Koenig1-20/+0
2016-02-14re PR fortran/60526 (Accepts-invalid: Variable name same as type name)Thomas Koenig1-0/+20
2016-01-28re PR fortran/62536 (ICE (segfault) for invalid END BLOCK statement)Andre Vehreschild1-2/+5
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-09re PR fortran/68815 (Error/warning diagnostic: '%s' should be converted to %q...Tobias Burnus1-3/+3
2015-12-05re PR fortran/68676 (ICE in gfc_match_formal_arglist when compiling gfortran....Paul Thomas1-1/+4
2015-11-30re PR fortran/68534 (No error on mismatch in number of arguments between subm...Paul Thomas1-3/+16
2015-11-20[multiple changes]Paul Thomas1-1/+1
2015-11-13re PR fortran/68319 (ICE on using interface with included entry)Steven G. Kargl1-0/+16
2015-11-13re PR fortran/68318 (ICE on duplicate entry declarations)Steven G. Kargl1-2/+3