From: Steven G. Kargl Date: Wed, 26 Jun 2019 16:16:58 +0000 (+0000) Subject: ChangeLog: Document revision 272698 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f363fc5b49cb83aa98d89efa98fe42f57af4de05;p=gcc.git ChangeLog: Document revision 272698 2016-06-26 Steven G. Kargl * ChangeLog: Document revision 272698 2016-06-26 Steven G. Kargl * testsuite/ChangeLog: Document revision 272698 From-SVN: r272699 --- diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index f70aaa61040..65a25782e0c 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,17 @@ +2019-06-26 Steven G. Kargl + + PR Fortran/90988 + ChangeLog forgotten with revision 272698 + * decl.c (access_attr_decl): Use temporary variable to reduce + unreadability of code. Normalize jumping to return. + (gfc_match_protected): Fix parsing error. Add comments to + explain code. Remove dead code. + (gfc_match_private): Use temporary variable to reduce unreadability + of code. Fix parsing error. Move code to test for blank PRIVATE. + Remove dead code. + (gfc_match_public): Move code to test for blank PUBLIC. Fix + parsing error. Remove dead code. + 2019-06-24 Jan Hubicka * trans-expr.c (gfc_conv_substring): Check that diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 83cef684d15..e53ebc199b4 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,11 @@ +2019-06-26 Steven G. Kargl + + PR Fortran/90988 + ChangeLog forgotten with revision 272698 + * gfortran.dg/pr90988_1.f90: New test. + * gfortran.dg/pr90988_2.f90: Ditto. + * gfortran.dg/pr90988_3.f90: Ditto. + 2019-06-26 Nathan Sidwell * c-c++-common/pr90927.c: New.