public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libfortran/36538]  New: namelist failure with tabs preceding object name
@ 2008-06-14  3:28 jvdelisle at gcc dot gnu dot org
  2008-06-14  3:29 ` [Bug libfortran/36538] " jvdelisle at gcc dot gnu dot org
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: jvdelisle at gcc dot gnu dot org @ 2008-06-14  3:28 UTC (permalink / raw)
  To: gcc-bugs

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


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2008-07-02  4:54 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-06-14  3:28 [Bug libfortran/36538] New: namelist failure with tabs preceding object name jvdelisle at gcc dot gnu dot org
2008-06-14  3:29 ` [Bug libfortran/36538] " jvdelisle at gcc dot gnu dot org
2008-06-14  3:54 ` jvdelisle at gcc dot gnu dot org
2008-06-14  4:32 ` jvdelisle at gcc dot gnu dot org
2008-06-14  4:40 ` jvdelisle at gcc dot gnu dot org
2008-06-14  4:41 ` jvdelisle at gcc dot gnu dot org
2008-06-14 12:24 ` aldot at gcc dot gnu dot org
2008-06-14 13:53 ` jvdelisle at gcc dot gnu dot org
2008-06-14 17:59 ` jvdelisle at gcc dot gnu dot org
2008-07-02  4:54 ` jvdelisle at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).