summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg/dec_structure_5.f90
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gfortran.dg/dec_structure_5.f90')
-rw-r--r--gcc/testsuite/gfortran.dg/dec_structure_5.f902
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gfortran.dg/dec_structure_5.f90 b/gcc/testsuite/gfortran.dg/dec_structure_5.f90
index abda3c3e9fb..897a53c93cd 100644
--- a/gcc/testsuite/gfortran.dg/dec_structure_5.f90
+++ b/gcc/testsuite/gfortran.dg/dec_structure_5.f90
@@ -7,7 +7,7 @@
subroutine aborts (s)
character(*), intent(in) :: s
print *, s
- call abort()
+ STOP 1
end subroutine
! Special regression where shared names within a module caused an ICE