summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg/direct_io_2.f90
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gfortran.dg/direct_io_2.f90')
-rw-r--r--gcc/testsuite/gfortran.dg/direct_io_2.f904
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/testsuite/gfortran.dg/direct_io_2.f90 b/gcc/testsuite/gfortran.dg/direct_io_2.f90
index 8e18052ff01..2ee47651505 100644
--- a/gcc/testsuite/gfortran.dg/direct_io_2.f90
+++ b/gcc/testsuite/gfortran.dg/direct_io_2.f90
@@ -32,7 +32,7 @@
IREC = IREC + 2
IRECCK = IRECCK + 2
READ(7, REC = IREC) IPROG, IFILE, ITOTR, IRLGN, IRECN, IEOF,IVON21, IVON22, IVON31, IVON32, IVON33, IVON34, IVON55, IVON56
- IF (IRECN .NE. IRECCK) CALL ABORT
+ IF (IRECN .NE. IRECCK) STOP 1
4134 CONTINUE
IRECCK = 216
IRECN = 0
@@ -41,7 +41,7 @@
IREC = IREC - 2
IRECCK = IRECCK - 2
READ(7, REC = IREC) IPROG, IFILE, ITOTR, IRLGN, IRECN, IEOF,IVON21, IVON22, IVON31, IVON32, IVON33, IVON34, IVON55, IVON56
- IF (IRECN .NE. IRECCK) CALL ABORT
+ IF (IRECN .NE. IRECCK) STOP 2
4135 CONTINUE
CLOSE(7, STATUS='DELETE')
STOP