+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.
* gfortran.dg/promotion_4.f90: Only run if real(10) is available.
Don't assume that DOUBLE PRECISION has kind=16.
+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