summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg/matmul_const.f90
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gfortran.dg/matmul_const.f90')
-rw-r--r--gcc/testsuite/gfortran.dg/matmul_const.f902
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gfortran.dg/matmul_const.f90 b/gcc/testsuite/gfortran.dg/matmul_const.f90
index 35dce322774..11cc31ab26a 100644
--- a/gcc/testsuite/gfortran.dg/matmul_const.f90
+++ b/gcc/testsuite/gfortran.dg/matmul_const.f90
@@ -5,6 +5,6 @@ program main
integer, parameter :: B(2,3) = reshape([1,1,1,1,1,1],[2,3])
character (len=30) :: line
write (unit=line,fmt='(9i3)') matmul(A,B)
- if (line /= ' 5 7 9 5 7 9 5 7 9') call abort
+ if (line /= ' 5 7 9 5 7 9 5 7 9') STOP 1
end program main
! dg-final { scan-tree-dump-times "matmul_i4" 0 "original" } }