From: Thomas Koenig Date: Thu, 15 Feb 2018 18:46:22 +0000 (+0000) Subject: re PR fortran/84381 (replace non-std 'call abort' by 'stop 1' in gfortran testsuite) X-Git-Tag: basepoints/gcc-9~1183 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8908fa3a7096dbb769f714647c5fc1d29b5d7cf2;p=thirdparty%2Fgcc.git re PR fortran/84381 (replace non-std 'call abort' by 'stop 1' in gfortran testsuite) 2018-02-15 Thomas Koenig PR fortran/84381 * gfortran.dg/stop_shouldfail.f90: New test. From-SVN: r257703 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 93827567331c..4892192860af 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,6 +1,7 @@ 2018-02-15 Thomas Koenig - PR fortran/stop_shouldfail.f90: New test. + PR fortran/84381 + * gfortran.dg/stop_shouldfail.f90: New test. 2018-02-15 Paolo Carlini