This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/35627] [4.3, 4.4 regression] namelist read error
- From: "jvdelisle at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 19 Mar 2008 19:37:02 -0000
- Subject: [Bug fortran/35627] [4.3, 4.4 regression] namelist read error
- References: <bug-35627-15934@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #9 from jvdelisle at gcc dot gnu dot org 2008-03-19 19:37 -------
I agree and plan to look at l_push_char. We just should never read a "\0"
character. We may be ungetting it because we use "\0" to indicate that the
line_buffer is empty and to not read from it, but maybe unget_char is not quite
right.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35627