Correct the PR number for 90297 to 90986.

From-SVN: r274032
This commit is contained in:
Steven G. Kargl 2019-08-02 21:39:52 +00:00
parent e6938b986e
commit 5cd3301ba8
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
2019-08-02 Steven G. Kargl <kargl@gcc.gnu.org>
PR fortran/90297
PR fortran/90986
* match.c (gfc_match_equivalence): Check that EQUIVALENCE is followed
by '('.

View File

@ -1,6 +1,6 @@
2019-08-02 Steven G. Kargl <kargl@gcc.gnu.org>
PR fortran/90297
PR fortran/90986
* gfortran.dg/equiv_10.f90: New test.
2019-08-02 Marek Polacek <polacek@redhat.com>