This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libfortran/36538] New: namelist failure with tabs preceding object name
- 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: 14 Jun 2008 03:27:59 -0000
- Subject: [Bug libfortran/36538] New: namelist failure with tabs preceding object name
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
The following testcase illustrates the issue.
Reported here:
http://gcc.gnu.org/ml/fortran/2008-06/msg00149.html
program check1
real x
namelist/casein/x
read(1,casein)
print*,x
end
fort.1 contains:
&CASEIN
x=1.
/
Two tabs precede x.
--
Summary: namelist failure with tabs preceding object name
Product: gcc
Version: 4.4.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: libfortran
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: jvdelisle at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36538