Commit ChangeLog entries from previous commit.
authorThomas Koenig <tkoenig@gcc.gnu.org>
Tue, 26 Sep 2017 21:20:56 +0000 (21:20 +0000)
committerThomas Koenig <tkoenig@gcc.gnu.org>
Tue, 26 Sep 2017 21:20:56 +0000 (21:20 +0000)
From-SVN: r253215

gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog

index 8cbf282..d0eef84 100644 (file)
@@ -1,3 +1,8 @@
+2017-09-26  Thomas Koenig  <tkoenig@gcc.gnu.org>
+
+       * frontend-passes.c (do_subscript): Don't do anything
+       if inside an associate list.
+
 2017-09-25  Thomas Koenig  <tkoenig@gcc.gnu.org>
 
        * lang.opt:  Add -Wdo-subscript.
index 38591f4..42c530d 100644 (file)
@@ -9,6 +9,11 @@
 
 2017-09-26  Thomas Koenig  <tkoenig@gcc.gnu.org>
 
+       * gfortran.dg/gomp/associate1.f90: Remove unnecessary
+       warning from associate construct and do loop.
+
+2017-09-26  Thomas Koenig  <tkoenig@gcc.gnu.org>
+
        * gfortran.dg/gomp/associate1.f90: Really commit change
        from 2017-09-25.
        * gfortran.dg/predcom-1.f: Likewise.