[Bug libfortran/48960] OPEN statement modifies NEWUNIT variable on error

2011-05-12 Thread jvdelisle at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48960 Jerry DeLisle changed: What|Removed |Added AssignedTo|unassigned at gcc dot |jvdelisle at gcc dot |g

[Bug libfortran/48960] OPEN statement modifies NEWUNIT variable on error

2012-12-24 Thread jvdelisle at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48960 --- Comment #2 from Jerry DeLisle 2012-12-25 04:24:33 UTC --- Proposed patch being tested;: Index: open.c === --- open.c(revision 194678) +++ open.c(working copy)

[Bug libfortran/48960] OPEN statement modifies NEWUNIT variable on error

2012-12-24 Thread jvdelisle at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48960 --- Comment #3 from Jerry DeLisle 2012-12-25 04:52:04 UTC --- A slight modification and still testing. @@ -859,6 +856,10 @@ st_open (st_parameter_open *opp) else already_open (opp, u, &flags); } - + + if ((opp-

[Bug libfortran/48960] OPEN statement modifies NEWUNIT variable on error

2012-12-26 Thread jvdelisle at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48960 --- Comment #4 from Jerry DeLisle 2012-12-26 18:11:50 UTC --- Author: jvdelisle Date: Wed Dec 26 18:11:42 2012 New Revision: 194724 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=194724 Log: 2012-12-26 Jerry DeLisle P

[Bug libfortran/48960] OPEN statement modifies NEWUNIT variable on error

2012-12-26 Thread jvdelisle at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48960 --- Comment #5 from Jerry DeLisle 2012-12-27 06:37:15 UTC --- Fixed on trunk. I will commit a test case before closing this.

[Bug libfortran/48960] OPEN statement modifies NEWUNIT variable on error

2012-12-27 Thread jvdelisle at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48960 --- Comment #6 from Jerry DeLisle 2012-12-27 20:13:50 UTC --- Author: jvdelisle Date: Thu Dec 27 20:13:35 2012 New Revision: 194738 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=194738 Log: 2012-12-27 Jerry DeLisle P

[Bug libfortran/48960] OPEN statement modifies NEWUNIT variable on error

2012-12-27 Thread jvdelisle at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48960 Jerry DeLisle changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|