https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84381

            Bug ID: 84381
           Summary: replace non-std 'call abort' by 'stop 1' in gfortran
                    testsuite
           Product: gcc
           Version: 8.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
          Assignee: unassigned at gcc dot gnu.org
          Reporter: janus at gcc dot gnu.org
  Target Milestone: ---

A lot of the runtime tests in gfortran.dg use the non-std intrinsic subroutine
ABORT to generate a test failure. The same could be accomplished in a fully
standard-compliant way by using "stop 1" or similar.

This replacement has been done e.g. in:

https://github.com/nncarlson/gfortran.dg/commit/82f3582391402bd01c1f8393c72ce20522ebc62

It affects a lot of test cases, but it can be done fully mechanically.

Reply via email to