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: r122974
This commit is contained in:
Jerry DeLisle
2007-03-16 01:54:25 +00:00
parent 09473453ce
commit 649827fb4d
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-14 Andrew Pinski <andrew_pinski@playstation.sony.com>
PR C++/31165

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