Commit ChangeLog entries from previous commit.

From-SVN: r253215
This commit is contained in:
Thomas Koenig 2017-09-26 21:20:56 +00:00
parent 63b62fa05b
commit 3c549718b2
2 changed files with 10 additions and 0 deletions

View 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.

View File

@ -7,6 +7,11 @@
* 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