public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libfortran/36546]  New: Namelist error with tab following a comma and newline
@ 2008-06-16  4:21 jvdelisle at gcc dot gnu dot org
  2008-06-16  4:22 ` [Bug libfortran/36546] " jvdelisle at gcc dot gnu dot org
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: jvdelisle at gcc dot gnu dot org @ 2008-06-16  4:21 UTC (permalink / raw)
  To: gcc-bugs

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


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

end of thread, other threads:[~2008-07-16 14:34 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-06-16  4:21 [Bug libfortran/36546] New: Namelist error with tab following a comma and newline jvdelisle at gcc dot gnu dot org
2008-06-16  4:22 ` [Bug libfortran/36546] " jvdelisle at gcc dot gnu dot org
2008-06-16  4:41 ` jvdelisle at gcc dot gnu dot org
2008-06-17  4:15 ` jvdelisle at gcc dot gnu dot org
2008-06-17  4:19 ` jvdelisle at gcc dot gnu dot org
2008-06-17  4:33 ` jvdelisle at gcc dot gnu dot org
2008-07-02  4:45 ` jvdelisle at gcc dot gnu dot org
2008-07-02  4:54 ` jvdelisle at gcc dot gnu dot org
2008-07-02  5:21 ` jvdelisle at gcc dot gnu dot org
2008-07-16 14:25 ` cnstar9988 at gmail dot com
2008-07-16 14:34 ` aldot 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).