summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg/bounds_check_1.f90
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gfortran.dg/bounds_check_1.f90')
-rw-r--r--gcc/testsuite/gfortran.dg/bounds_check_1.f902
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gfortran.dg/bounds_check_1.f90 b/gcc/testsuite/gfortran.dg/bounds_check_1.f90
index c05f4456a11..1f4810a5eaa 100644
--- a/gcc/testsuite/gfortran.dg/bounds_check_1.f90
+++ b/gcc/testsuite/gfortran.dg/bounds_check_1.f90
@@ -3,7 +3,7 @@
! PR fortran/27524
integer :: res(1)
res = F()
- if (res(1) /= 1) call abort
+ if (res(1) /= 1) STOP 1
contains
function F()
integer :: F(1)