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
This commit is contained in:
parent
c0d1689058
commit
6b58c62f29
@ -1,3 +1,8 @@
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user