Skip to content

Commit

Permalink
Commit ChangeLog entries from previous commit.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@253215 138bc75d-0d04-0410-961f-82ee72b054a4
  • Loading branch information
tkoenig committed Sep 26, 2017
1 parent b78e61c commit 96245dc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions gcc/fortran/ChangeLog
@@ -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.
Expand Down
5 changes: 5 additions & 0 deletions gcc/testsuite/ChangeLog
Expand Up @@ -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
Expand Down

0 comments on commit 96245dc

Please sign in to comment.