[Bug fortran/52387] I/O output of write after nonadvancing read

2018-10-05 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52387 Jerry DeLisle changed: What|Removed |Added Status|ASSIGNED|NEW

[Bug fortran/52387] I/O output of write after nonadvancing read

2017-08-07 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52387 Eric Gallager changed: What|Removed |Added Status|REOPENED|ASSIGNED --- Comment #14 from Eric Galla

[Bug fortran/52387] I/O output of write after nonadvancing read

2017-08-04 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52387 Jerry DeLisle changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|WONTFIX

[Bug fortran/52387] I/O output of write after nonadvancing read

2017-08-02 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52387 Eric Gallager changed: What|Removed |Added Status|WAITING |RESOLVED CC|

[Bug fortran/52387] I/O output of write after nonadvancing read

2014-01-07 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52387 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug fortran/52387] I/O output of write after nonadvancing read

2012-10-27 Thread jvdelisle at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52387 --- Comment #10 from Jerry DeLisle 2012-10-28 00:35:41 UTC --- Tobias, any further information on this one?

[Bug fortran/52387] I/O output of write after nonadvancing read

2012-03-03 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52387 --- Comment #9 from Tobias Burnus 2012-03-03 08:10:14 UTC --- See also new thread by Bob ("Fortran I/O (long)"): https://groups.google.com/forum/?fromgroups#!topic/comp.lang.fortran/003shg-vXis

[Bug fortran/52387] I/O output of write after nonadvancing read

2012-02-29 Thread jvdelisle at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52387 --- Comment #8 from Jerry DeLisle 2012-03-01 01:48:23 UTC --- Are all the cards played here yet? I assume we won't waste time implementing any changes until the requirements are clearly understood. Please ping me when that point is reached. Th

[Bug fortran/52387] I/O output of write after nonadvancing read

2012-02-29 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52387 --- Comment #7 from Tobias Burnus 2012-02-29 21:12:46 UTC --- It gets even messier with STREAM I/O. For a compiler comparison w/o further comments, see https://groups.google.com/d/msg/comp.lang.fortran/aUBQsYBto2c/d_noVS80FV4J (and for an older v

[Bug fortran/52387] I/O output of write after nonadvancing read

2012-02-29 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52387 --- Comment #6 from Tobias Burnus 2012-02-29 13:02:21 UTC --- I think it get's even messier with the following, simpler looking code, which consists of four variants (without read/with nonadvanced read -- and with advanced/nonadvanced write):

[Bug fortran/52387] I/O output of write after nonadvancing read

2012-02-28 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52387 Tobias Burnus changed: What|Removed |Added Summary|I/O wrong output with |I/O output of write after