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/36538] New: namelist failure with tabs preceding object name


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


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