[Bug libfortran/29627] partial unformatted reads shouldn't succeed

2006-10-31 Thread tkoenig at gcc dot gnu dot org
--- Comment #6 from tkoenig at gcc dot gnu dot org 2006-10-31 20:58 --- Subject: Bug 29627 Author: tkoenig Date: Tue Oct 31 20:58:26 2006 New Revision: 118341 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=118341 Log: 2006-10-31 Thomas Koenig <[EMAIL PROTECTED]> PR li

[Bug libfortran/29627] partial unformatted reads shouldn't succeed

2006-10-29 Thread tkoenig at gcc dot gnu dot org
--- Comment #5 from tkoenig at gcc dot gnu dot org 2006-10-29 11:59 --- (In reply to comment #3) Hi Jerry, > Now > that we are in 4.3 this is a good time to do some cleanup. Overall, the > prelminary patch approach looks good, but I have not tested yet. There's another reason why I w

[Bug libfortran/29627] partial unformatted reads shouldn't succeed

2006-10-29 Thread tkoenig at gcc dot gnu dot org
--- Comment #4 from tkoenig at gcc dot gnu dot org 2006-10-29 11:49 --- Created an attachment (id=12506) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12506&action=view) updated patch In the previous patch, I had ommitted one test too many (the one for EOF). Here's an updated ver

[Bug libfortran/29627] partial unformatted reads shouldn't succeed

2006-10-28 Thread jvdelisle at gcc dot gnu dot org
--- Comment #3 from jvdelisle at gcc dot gnu dot org 2006-10-28 23:21 --- I had considered flipping the logic around on is_stream_io as you have done in the preliminary patch. The first versions of stream_io I was leaving the existing code completely untouched while testing out the ov

[Bug libfortran/29627] partial unformatted reads shouldn't succeed

2006-10-28 Thread tkoenig at gcc dot gnu dot org
--- Comment #2 from tkoenig at gcc dot gnu dot org 2006-10-28 21:24 --- Created an attachment (id=12504) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12504&action=view) preliminary patch -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29627

[Bug libfortran/29627] partial unformatted reads shouldn't succeed

2006-10-28 Thread tkoenig at gcc dot gnu dot org
-- tkoenig at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |tkoenig at gcc dot gnu dot |dot org

[Bug libfortran/29627] partial unformatted reads shouldn't succeed

2006-10-28 Thread tkoenig at gcc dot gnu dot org
--- Comment #1 from tkoenig at gcc dot gnu dot org 2006-10-28 18:11 --- Uh, I forgot the actual output from the program: $ gfortran partial.f90 $ ./a.out ab -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29627