re PR fortran/89981 (gfortran -pedantic rejects code in 8.3.1 that is accepted with...
authorThomas Koenig <tkoenig@gcc.gnu.org>
Sat, 6 Apr 2019 14:16:01 +0000 (14:16 +0000)
committerThomas Koenig <tkoenig@gcc.gnu.org>
Sat, 6 Apr 2019 14:16:01 +0000 (14:16 +0000)
commit2955784caf887cbc6949b766bc38d6f9e0f3fc48
treec5320734518db5beaf745c9190b78babc98826c4
parentf3c9ac23feef494e34fae3cc8a96d71d907a8988
re PR fortran/89981 (gfortran -pedantic rejects code in 8.3.1 that is accepted with 8.3.0)

2019-04-06  Thomas Koenig  <tkoenig@gcc.gnu.org>

PR fortran/89981
* resolve.c (resolve_global_procedure): If the global symbol is an
ENTRY, also look up its name among the entries.

2019-04-06  Thomas Koenig  <tkoenig@gcc.gnu.org>

PR fortran/89981
* gfortran.dg/entry_22.f90: New test.

From-SVN: r270182
gcc/fortran/ChangeLog
gcc/fortran/resolve.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/entry_22.f90 [new file with mode: 0644]