This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libfortran/36546] New: Namelist error with tab following a comma and newline


Yet another namelist bug.  A little different. Tabs in the namelist file.

cat check1.f
      program check1
      real a,b,c
      namelist/CASEDAT/A,B,C
      read(1,casedat)
      print*,'a=',a
      print*,'b=',b
      print*,'c=',c
      end

cat fort.1
&CASEDAT
                A = 1.0,                B = 2.0,
                C = 3.0,
 /


-- 
           Summary: Namelist error with tab following a comma and newline
           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=36546


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]