[Bug fortran/40662] gfortran 4.5 segfaults when specific FORMAT is invoked twice

2009-07-23 Thread hjl at gcc dot gnu dot org
--- Comment #7 from hjl at gcc dot gnu dot org 2009-07-23 17:51 --- Subject: Bug 40662 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-0

[Bug fortran/40662] gfortran 4.5 segfaults when specific FORMAT is invoked twice

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

[Bug fortran/40662] gfortran 4.5 segfaults when specific FORMAT is invoked twice

2009-07-08 Thread jvdelisle at gcc dot gnu dot org
--- Comment #5 from jvdelisle at gcc dot gnu dot org 2009-07-09 01:55 --- Subject: Bug 40662 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/40330

[Bug fortran/40662] gfortran 4.5 segfaults when specific FORMAT is invoked twice

2009-07-08 Thread jvdelisle at gcc dot gnu dot org
--- Comment #4 from jvdelisle at gcc dot gnu dot org 2009-07-09 01:20 --- Subject: Bug 40662 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/40330

[Bug fortran/40662] gfortran 4.5 segfaults when specific FORMAT is invoked twice

2009-07-06 Thread kargl at gcc dot gnu dot org
--- Comment #3 from kargl at gcc dot gnu dot org 2009-07-06 18:18 --- (In reply to comment #1) > This seems to be fixed by the patch in comment #33 of pr40330. > Removing the 1st occurrence of T27 in the format is sufficient to remove the segfault. -- http://gcc.gnu.org/bugzilla/s

[Bug fortran/40662] gfortran 4.5 segfaults when specific FORMAT is invoked twice

2009-07-06 Thread jvdelisle at gcc dot gnu dot org
--- Comment #2 from jvdelisle at gcc dot gnu dot org 2009-07-06 18:12 --- Yes indeed it is fixed with my patch of this morning. This is the reduced test case we can use for the test suite. Thanks for the report Michael! -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40662

[Bug fortran/40662] gfortran 4.5 segfaults when specific FORMAT is invoked twice

2009-07-06 Thread dominiq at lps dot ens dot fr
--- Comment #1 from dominiq at lps dot ens dot fr 2009-07-06 18:07 --- This seems to be fixed by the patch in comment #33 of pr40330. -- dominiq at lps dot ens dot fr changed: What|Removed |Added