[Bug libfortran/40330] [4.5 Regression] incorrect IO

2009-06-11 Thread jvdelisle at gcc dot gnu dot org
--- Comment #29 from jvdelisle at gcc dot gnu dot org 2009-06-11 14:58 --- Fixed on 4.4.1, 4.5 in review process. -- jvdelisle at gcc dot gnu dot org changed: What|Removed |Added

[Bug libfortran/40330] [4.5 Regression] incorrect IO

2009-06-11 Thread jv244 at cam dot ac dot uk
--- Comment #30 from jv244 at cam dot ac dot uk 2009-06-12 05:47 --- (In reply to comment #29) > Fixed on 4.4.1, 4.5 in review process. great, many thanks. CP2K now passes it >1600 tests with 4.4.1. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40330

[Bug libfortran/40330] [4.5 Regression] incorrect IO

2009-06-26 Thread jvdelisle at gcc dot gnu dot org
--- Comment #31 from jvdelisle at gcc dot gnu dot org 2009-06-26 15:50 --- I am working on some ideas here. We are getting double free or corruption related to free_format_data. I think it is because we have two pointers to pay attention to. The one in the hash table and dtp->u.p.fmt

[Bug libfortran/40330] [4.5 Regression] incorrect IO

2009-07-04 Thread jvdelisle at gcc dot gnu dot org
--- Comment #32 from jvdelisle at gcc dot gnu dot org 2009-07-05 02:12 --- I am getting close now. I have a patch that actually passes the CP2K test case and regression testing. It turns out that the parse_format_list function is called recursively so one must be careful about relayin

[Bug libfortran/40330] [4.5 Regression] incorrect IO

2009-07-05 Thread jvdelisle at gcc dot gnu dot org
--- Comment #33 from jvdelisle at gcc dot gnu dot org 2009-07-05 12:25 --- Created an attachment (id=18138) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18138&action=view) Patch ready for testing Joost, if you can, please test this patch on all of CP2K. Other testors welcome.

[Bug libfortran/40330] [4.5 Regression] incorrect IO

2009-07-08 Thread jvdelisle at gcc dot gnu dot org
--- Comment #34 from jvdelisle at gcc dot gnu dot org 2009-07-09 01:20 --- Subject: Bug 40330 Author: jvdelisle Date: Thu Jul 9 01:20:23 2009 New Revision: 149398 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=149398 Log: 2009-07-08 Jerry DeLisle PR libfortran/4033

[Bug libfortran/40330] [4.5 Regression] incorrect IO

2009-07-08 Thread jvdelisle at gcc dot gnu dot org
--- Comment #35 from jvdelisle at gcc dot gnu dot org 2009-07-09 01:55 --- Subject: Bug 40330 Author: jvdelisle Date: Thu Jul 9 01:54:47 2009 New Revision: 149399 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=149399 Log: 2009-07-08 Jerry DeLisle PR libfortran/4033

[Bug libfortran/40330] [4.5 Regression] incorrect IO

2009-07-08 Thread jvdelisle at gcc dot gnu dot org
--- Comment #36 from jvdelisle at gcc dot gnu dot org 2009-07-09 01:59 --- Fixed on trunk. -- jvdelisle at gcc dot gnu dot org changed: What|Removed |Added S

[Bug libfortran/40330] [4.5 Regression] incorrect IO

2009-07-12 Thread jv244 at cam dot ac dot uk
--- Comment #37 from jv244 at cam dot ac dot uk 2009-07-12 14:49 --- (In reply to comment #33) > Joost, if you can, please test this patch on all of CP2K. Other testors > welcome. A bit late, but yes, current trunk now works fine (I/O wise) -- http://gcc.gnu.org/bugzilla/show_bug.

[Bug libfortran/40330] [4.5 Regression] incorrect IO

2009-07-23 Thread hjl at gcc dot gnu dot org
--- Comment #38 from hjl at gcc dot gnu dot org 2009-07-23 17:51 --- Subject: Bug 40330 Author: hjl Date: Thu Jul 23 17:50:56 2009 New Revision: 150020 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=150020 Log: 2009-07-23 H.J. Lu Backport from mainline: 2009-