Commit 6b58c62f by Jerry DeLisle

re PR fortran/44934 (Bogus "Missing format for FORMATTED data transfer")

2010-07-14  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

	PR libfortran/44934
	* gfortran.dg/endfile_2.f90: Fix to unformatted file type.

From-SVN: r162204
parent c0d16890
2010-07-14 Jerry DeLisle <jvdelisle@gcc.gnu.org>
PR libfortran/44934
* gfortran.dg/endfile_2.f90: Fix to unformatted file type.
2010-07-14 Jason Merrill <jason@redhat.com>
PR c++/44810
......
......@@ -5,7 +5,7 @@
integer i
endfile(8)
rewind(8)
read(8,*,end=0023)i
read(8,end=0023)i
call abort ! should never get here
stop
0023 continue
......
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