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

Reply via email to