summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg/subnormal_1.f90
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gfortran.dg/subnormal_1.f90')
-rw-r--r--gcc/testsuite/gfortran.dg/subnormal_1.f902
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gfortran.dg/subnormal_1.f90 b/gcc/testsuite/gfortran.dg/subnormal_1.f90
index 4fbde58078b..d3897176c89 100644
--- a/gcc/testsuite/gfortran.dg/subnormal_1.f90
+++ b/gcc/testsuite/gfortran.dg/subnormal_1.f90
@@ -6,6 +6,6 @@ program chop
real x
x = 1.
if (tiny(x)/2. /= tiny(x)/2. - (nearest(tiny(x),1.) - tiny(x))/2.) then
- call abort
+ STOP 1
end if
end program chop