summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg/alloc_comp_assign_4.f90
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gfortran.dg/alloc_comp_assign_4.f90')
-rw-r--r--gcc/testsuite/gfortran.dg/alloc_comp_assign_4.f904
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/testsuite/gfortran.dg/alloc_comp_assign_4.f90 b/gcc/testsuite/gfortran.dg/alloc_comp_assign_4.f90
index b204106da2d..112f2a2fb84 100644
--- a/gcc/testsuite/gfortran.dg/alloc_comp_assign_4.f90
+++ b/gcc/testsuite/gfortran.dg/alloc_comp_assign_4.f90
@@ -31,7 +31,7 @@
y(2) = y(1)
if (any((/((y(2)%at(i)%ch(j),j=1,4),i=1,2)/) .ne. &
- (/chr1, chr2/))) call abort ()
+ (/chr1, chr2/))) STOP 1
call test_ab6 ()
@@ -56,7 +56,7 @@ contains
p = c((/b(a((/"Mary","Lamb"/)))/))
bv = p%b(1)
- if (any ((bv%a%ch(:)) .ne. (/"Mary","Lamb"/))) call abort ()
+ if (any ((bv%a%ch(:)) .ne. (/"Mary","Lamb"/))) STOP 2
end subroutine test_ab6