This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libfortran/47154] [4.6 Regression] END= does not work in namelist read
- From: "jvdelisle at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 5 Jan 2011 03:53:26 +0000
- Subject: [Bug libfortran/47154] [4.6 Regression] END= does not work in namelist read
- Auto-submitted: auto-generated
- References: <bug-47154-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47154
--- Comment #7 from Jerry DeLisle <jvdelisle at gcc dot gnu.org> 2011-01-05 03:53:23 UTC ---
Author: jvdelisle
Date: Wed Jan 5 03:53:15 2011
New Revision: 168502
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=168502
Log:
2011-01-04 Jerry DeLisle <jvdelisle@gcc.gnu.org>
PR libgfortran/47154
* io/list_read.c (namelist_read): Remove calls to hit_eof to avoid the
duplicate calls via next_record.
Modified:
trunk/libgfortran/ChangeLog
trunk/libgfortran/io/list_read.c