From cf0042303ee3077097c3217a99d043a818c2721c Mon Sep 17 00:00:00 2001 From: Fritz Reese Date: Thu, 18 May 2017 10:24:37 +0000 Subject: re PR fortran/79968 (diagnostics: merge similar diagnostics containing -fdec-structure) 2017-05-18 Fritz Reese PR fortran/79968 gcc/fortran/ChangeLog: PR fortran/79968 * decl.c (match_attr_spec, gfc_match_automatic, gfc_match_static, gfc_match_structure_decl): Unify diagnostic errors regarding -fdec options. * io.c (match_dec_etag, match_dec_vtag, match_dec_ftag): Ditto. From-SVN: r248188 --- gcc/fortran/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'gcc/fortran/ChangeLog') diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 703060d..9a8b3e1 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,11 @@ +2017-05-18 Fritz Reese + + PR fortran/79968 + * decl.c (match_attr_spec, gfc_match_automatic, + gfc_match_static, gfc_match_structure_decl): Unify diagnostic + errors regarding -fdec options. + * io.c (match_dec_etag, match_dec_vtag, match_dec_ftag): Ditto. + 2017-05-17 Jerry DeLisle PR fortran/80741 -- cgit v1.1