From 8908fa3a7096dbb769f714647c5fc1d29b5d7cf2 Mon Sep 17 00:00:00 2001 From: Thomas Koenig Date: Thu, 15 Feb 2018 18:46:22 +0000 Subject: [PATCH] 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 --- gcc/testsuite/ChangeLog | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 93827567331..4892192860a 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 -- 2.30.2