re PR libfortran/31099 (Runtime error on legal code using RECL)

2007-03-15  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

	PR libgfortran/31099
	* gfortran.dg/unformatted_recl.f90: Update test.

From-SVN: r122975
This commit is contained in:
Jerry DeLisle 2007-03-16 01:57:16 +00:00
parent 771904f1e6
commit 94fe33db53
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2007-03-15 Jerry DeLisle <jvdelisle@gcc.gnu.org>
PR libgfortran/31099
* gfortran.dg/unformatted_recl.f90: Update test.
2007-03-15 Zdenek Dvorak <dvorakz@suse.cz>
* gcc.dg/tree-ssa/prefetch-5.c: New test.

View File

@ -10,8 +10,13 @@ program test
write(10) a,b
write(10) b, a
rewind(10)
write(10) a,b
write(10) a,b
write(10) a,b
write(10) b, a
b=0
a=0
rewind(10)
read(10) a, b
read(10) a, b
read(10) a, b