This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/50109] [4.3/4.4/4.5/4.6 Regression] Formatted namelist read with multiple "!" fails with: Cannot match namelist object name !
- From: "burnus at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 19 Aug 2011 09:14:59 +0000
- Subject: [Bug fortran/50109] [4.3/4.4/4.5/4.6 Regression] Formatted namelist read with multiple "!" fails with: Cannot match namelist object name !
- Auto-submitted: auto-generated
- References: <bug-50109-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50109
--- Comment #6 from Tobias Burnus <burnus at gcc dot gnu.org> 2011-08-19 09:14:59 UTC ---
Author: burnus
Date: Fri Aug 19 09:14:55 2011
New Revision: 177892
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=177892
Log:
2011-08-19 Tobias Burnus <burnus@net-b.de>
PR fortran/50109
* io/list_read.c (eat_separator): Fix skipping over "!" lines.
2011-08-19 Tobias Burnus <burnus@net-b.de>
PR fortran/50109
* gfortran.dg/namelist_73.f90: New.
Added:
branches/gcc-4_6-branch/gcc/testsuite/gfortran.dg/namelist_73.f90
Modified:
branches/gcc-4_6-branch/gcc/testsuite/ChangeLog
branches/gcc-4_6-branch/libgfortran/ChangeLog
branches/gcc-4_6-branch/libgfortran/io/list_read.c