3 ! PR libfortran
/20660 and other bugs
(not filed in bugzilla
) relating
5 ! PR
33055 Runtime error in INQUIRE unit existance with
-fdefault
-integer-8
6 ! Test case update by Jerry DeLisle
<jvdelisle@gcc
.gnu
.org
>
8 ! Bugs submitted by Walt Brainerd
13 ! gfortran created a
'fort.-1' file and wrote
"Hello" in it
14 write (unit
=i
, fmt
=*, iostat
=j
) "Hello"
15 if (j
<= 0) call abort
18 open
(unit
=i
, file
="xxx", iostat
=j
)
19 if (j
<= 0) call abort
22 inquire
(unit
=i
, exist
=l
)