[Bug fortran/35617] [4.3 Regression] read namelist error

2008-03-20 Thread jvdelisle at gcc dot gnu dot org


--- Comment #10 from jvdelisle at gcc dot gnu dot org  2008-03-21 03:10 
---
Fixed on 4.3


-- 

jvdelisle at gcc dot gnu dot org changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35617



[Bug fortran/35617] [4.3 Regression] read namelist error

2008-03-20 Thread jvdelisle at gcc dot gnu dot org


--- Comment #9 from jvdelisle at gcc dot gnu dot org  2008-03-21 01:38 
---
Subject: Bug 35617

Author: jvdelisle
Date: Fri Mar 21 01:37:38 2008
New Revision: 133413

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=133413
Log:
2008-03-20  Jerry DeLisle  <[EMAIL PROTECTED]>

Backport from trunk:
PR libfortran/35627
* gfortran.dg/namelist_46.f90: New test.

PR libfortran/35617
* gfortran.dg/namelist_45.f90: New test.

Added:
branches/gcc-4_3-branch/gcc/testsuite/gfortran.dg/namelist_45.f90
Modified:
branches/gcc-4_3-branch/gcc/testsuite/ChangeLog


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35617



[Bug fortran/35617] [4.3 Regression] read namelist error

2008-03-20 Thread jvdelisle at gcc dot gnu dot org


--- Comment #8 from jvdelisle at gcc dot gnu dot org  2008-03-21 01:30 
---
Subject: Bug 35617

Author: jvdelisle
Date: Fri Mar 21 01:29:30 2008
New Revision: 133411

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=133411
Log:
2008-03-20  Jerry DeLisle  <[EMAIL PROTECTED]>

PR libfortran/35627
Backport from trunk.
* io/list_read.c (free_line): Clear the line buffer enable flag and
reset the index into line_buffer, aka item_count.
(next_char): Cleanup whitespace.
(read_logical): Use unget_char to assure that the first character of
the
bad logical is saved in case it is part of an object name. Remove the
clearing of index and flag that is now in free_line.
(read_real): Likewise.

PR libfortran/35617
Backport from trunk.
* io/list_read.c (eat_separator): If next character after eatline is
'!'
then eatline again. 

Modified:
branches/gcc-4_3-branch/libgfortran/ChangeLog
branches/gcc-4_3-branch/libgfortran/io/list_read.c


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35617



[Bug fortran/35617] [4.3 Regression] read namelist error

2008-03-18 Thread rguenth at gcc dot gnu dot org


-- 

rguenth at gcc dot gnu dot org changed:

   What|Removed |Added

   Priority|P3  |P4


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35617



[Bug fortran/35617] [4.3 Regression] read namelist error

2008-03-17 Thread jvdelisle at gcc dot gnu dot org


--- Comment #7 from jvdelisle at gcc dot gnu dot org  2008-03-18 04:35 
---
Fixed in trunk, will back port to 4.3


-- 

jvdelisle at gcc dot gnu dot org changed:

   What|Removed |Added

  Known to fail|4.3.0 4.4.0 |4.3.0
Summary|[4.3, 4.4 Regression] read  |[4.3 Regression] read
   |namelist error  |namelist error


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35617