comparison gcc/testsuite/gfortran.dg/streamio_13.f90 @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children
comparison
equal deleted inserted replaced
111:04ced10e8804 131:84e7813d76e9
9 write (2003) 2 9 write (2003) 2
10 ios = 0 10 ios = 0
11 msg = ' ' 11 msg = ' '
12 backspace (2003,iostat=ios,iomsg=msg) 12 backspace (2003,iostat=ios,iomsg=msg)
13 if (ios == 0 .or. msg /="Cannot BACKSPACE an unformatted stream file") & 13 if (ios == 0 .or. msg /="Cannot BACKSPACE an unformatted stream file") &
14 call abort 14 STOP 1
15 end program main 15 end program main