summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg/func_result_1.f90
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gfortran.dg/func_result_1.f90')
-rw-r--r--gcc/testsuite/gfortran.dg/func_result_1.f902
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gfortran.dg/func_result_1.f90 b/gcc/testsuite/gfortran.dg/func_result_1.f90
index 51f5cd4ca9e..2415baec18d 100644
--- a/gcc/testsuite/gfortran.dg/func_result_1.f90
+++ b/gcc/testsuite/gfortran.dg/func_result_1.f90
@@ -2,7 +2,7 @@
! From PR 19673 : We didn't dereference the result from POINTER
! functions with a RESULT clause
program ret_ptr
- if (foo(99) /= bar(99)) call abort ()
+ if (foo(99) /= bar(99)) STOP 1
contains
function foo (arg) result(ptr)
integer :: arg