Hi, I just committed the test case below as obvious, after testing. Just to make sure that, when we convert all test cases from CALL ABORT to "STOP 1" (or whatever), we actually get a failure when we have a regression.
Regards
Thomas
2018-02-15 Thomas Koenig <[email protected]>
PR fortran/84381
* gfortran.dg/stop_shouldfail.f90: New test.
! { dg-do run }
! { dg-shouldfail "STOP 1" }
program main
stop 1
end program main
