summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg/dependency_23.f90
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gfortran.dg/dependency_23.f90')
-rw-r--r--gcc/testsuite/gfortran.dg/dependency_23.f904
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/testsuite/gfortran.dg/dependency_23.f90 b/gcc/testsuite/gfortran.dg/dependency_23.f90
index 5a90cdaaa0c..429b2600d56 100644
--- a/gcc/testsuite/gfortran.dg/dependency_23.f90
+++ b/gcc/testsuite/gfortran.dg/dependency_23.f90
@@ -44,8 +44,8 @@ contains
elsewhere
tla2l = -1
endwhere
- if (any (tla2l%i .ne. tda2l%i)) call abort
- if (any (tla2l%l .neqv. tda2l%l)) call abort
+ if (any (tla2l%i .ne. tda2l%i)) STOP 1
+ if (any (tla2l%l .neqv. tda2l%l)) STOP 2
end subroutine
end module rg0045_stuff