Commit 8e3dfafe by Jerry DeLisle

re PR libfortran/31880 ([4.2 only] silent data corruption in gfortran read statement)

2007-05-09  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

	PR libfortran/31880
	* gfortran.dg/unf_read_corrupted_2.f90: Fix test.

From-SVN: r124591
parent d9099df8
......@@ -14,7 +14,7 @@
d(i)=i
end do
open (3,file='a',form='unformatted')
open (3,form='unformatted', status="scratch")
write (3) a,b,c,d,e
rewind 3
d = 0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment