[Bug fortran/40853] I/O: Namelist read error

2009-08-04 Thread jvdelisle at gcc dot gnu dot org
--- Comment #11 from jvdelisle at gcc dot gnu dot org 2009-08-05 03:19 --- Fixed on 4.4 and 4.5, closing -- jvdelisle at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/40853] I/O: Namelist read error

2009-08-04 Thread jvdelisle at gcc dot gnu dot org
--- Comment #10 from jvdelisle at gcc dot gnu dot org 2009-08-05 03:18 --- Subject: Bug 40853 Author: jvdelisle Date: Wed Aug 5 03:17:52 2009 New Revision: 150477 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=150477 Log: 2009-08-04 Jerry DeLisle PR libfortran/4085

[Bug fortran/40853] I/O: Namelist read error

2009-08-04 Thread jvdelisle at gcc dot gnu dot org
--- Comment #9 from jvdelisle at gcc dot gnu dot org 2009-08-05 03:15 --- Subject: Bug 40853 Author: jvdelisle Date: Wed Aug 5 03:15:18 2009 New Revision: 150476 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=150476 Log: 2009-08-04 Jerry DeLisle PR libfortran/40853

[Bug fortran/40853] I/O: Namelist read error

2009-08-02 Thread jvdelisle at gcc dot gnu dot org
--- Comment #8 from jvdelisle at gcc dot gnu dot org 2009-08-02 18:48 --- Subject: Bug 40853 Author: jvdelisle Date: Sun Aug 2 18:47:46 2009 New Revision: 150357 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=150357 Log: 2009-08-02 Jerry DeLisle PR libfortran/40853

[Bug fortran/40853] I/O: Namelist read error

2009-08-02 Thread jvdelisle at gcc dot gnu dot org
--- Comment #7 from jvdelisle at gcc dot gnu dot org 2009-08-02 18:31 --- Subject: Bug 40853 Author: jvdelisle Date: Sun Aug 2 18:31:07 2009 New Revision: 150356 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=150356 Log: 2009-08-02 Jerry DeLisle PR libfortran/40853

[Bug fortran/40853] I/O: Namelist read error

2009-08-01 Thread jvdelisle at gcc dot gnu dot org
--- Comment #6 from jvdelisle at gcc dot gnu dot org 2009-08-01 15:42 --- Patch submitted for approval: http://gcc.gnu.org/ml/fortran/2009-08/msg1.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40853

[Bug fortran/40853] I/O: Namelist read error

2009-07-28 Thread jvdelisle at gcc dot gnu dot org
--- Comment #5 from jvdelisle at gcc dot gnu dot org 2009-07-29 04:40 --- Created an attachment (id=18265) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18265&action=view) A simple patch to resolve the problem This patch solves the original test case. It does require modificatio

[Bug fortran/40853] I/O: Namelist read error

2009-07-27 Thread jvdelisle at gcc dot gnu dot org
--- Comment #4 from jvdelisle at gcc dot gnu dot org 2009-07-28 03:09 --- As a work-around, re-arranging the derived type like this: type tao_plot_page_struct real size(2) real shape_height_max type (tao_title_struct) title end type May help, until I get this sorted o

[Bug fortran/40853] I/O: Namelist read error

2009-07-27 Thread jvdelisle at gcc dot gnu dot org
--- Comment #3 from jvdelisle at gcc dot gnu dot org 2009-07-28 02:00 --- I will get started on this. -- jvdelisle at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/40853] I/O: Namelist read error

2009-07-27 Thread burnus at gcc dot gnu dot org
--- Comment #2 from burnus at gcc dot gnu dot org 2009-07-27 09:40 --- Confirmed. Fails with gfortran 4.1 to 4.5 and is thus no regression, but it works with ifort, g95, openf95, and NAG f95. -- burnus at gcc dot gnu dot org changed: What|Removed |