re PR fortran/84381 (replace non-std 'call abort' by 'stop 1' in gfortran testsuite)
authorThomas Koenig <tkoenig@gcc.gnu.org>
Sun, 25 Mar 2018 12:23:58 +0000 (12:23 +0000)
committerThomas Koenig <tkoenig@gcc.gnu.org>
Sun, 25 Mar 2018 12:23:58 +0000 (12:23 +0000)
commit9dd798f6b5785b5981d97419bc0e2a62c9701d26
treec871ce3852304817d9eb7ad9c6df009f6a8b8f15
parenta2b471e494bf3942e35336227a846e332232d88c
re PR fortran/84381 (replace non-std 'call abort' by 'stop 1' in gfortran testsuite)

2018-03-25  Thomas Koenig  <tkoenig@gcc.gnu.org>
Neil Carlson <neil.n.carlson@gmail.com>

PR fortran/84381
* gfortran.dg/literal_character_constant_1.inc: Replace
call abort by STOP n.
* gfortran.dg/overload_1.f90: Likewise.

Co-Authored-By: Neil Carlson <neil.n.carlson@gmail.com>
From-SVN: r258844
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/literal_character_constant_1.inc
gcc/testsuite/gfortran.dg/overload_1.f90