2007-04-27 Jerry DeLisle

PR libfortran/31532
	* gfortran.dg/inquire_5.f90: Update test.

From-SVN: r124254
This commit is contained in:
Jerry DeLisle 2007-04-28 02:04:35 +00:00
parent 16d962d92c
commit 32c850b78d
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2007-04-27 Jerry DeLisle
PR libfortran/31532
* gfortran.dg/inquire_5.f90: Update test.
2007-04-27 Ian Lance Taylor <iant@google.com>
PR middle-end/31710

View File

@ -26,6 +26,8 @@
close(7)
open(7,STATUS='SCRATCH',POSITION='REWIND')
write(7,*)'this is a record written to the file'
write(7,*)'this is another record'
backspace(7)
inquire(7,position=chr)
if (chr.NE.'ASIS') CALL ABORT
rewind(7)