mirror of
https://gcc.gnu.org/git/gcc.git
synced 2026-02-22 03:46:53 -05:00
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user