public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libfortran/14897] New: [gfortran]  'T' edit descriptor output incorrect
@ 2004-04-09  1:44 bdavis9659 at comcast dot net
  2004-04-09  2:52 ` [Bug libfortran/14897] " pinskia at gcc dot gnu dot org
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: bdavis9659 at comcast dot net @ 2004-04-09  1:44 UTC (permalink / raw)
  To: gcc-bugs

A small example to demonstrate:

 
      WRITE(*,'(20H12345678901234567890)')
      WRITE(*,'(T5,A,T10,A,T15,A)')'AA','BB','CC'
      WRITE(*,'(20H    AA   BB   CC    )')
      END


$ gfortran aa.f
$ ./a.out
12345678901234567890
     AA   BB   CC
    AA   BB   CC


and from g77:
$ g77 aa.f
$ ./a.out
12345678901234567890
    AA   BB   CC
    AA   BB   CC

using :
$ gfortran --version
GNU Fortran 95 (GCC 3.5-tree-ssa 20040407 (merged 20040331))

-- 
           Summary: [gfortran]  'T' edit descriptor output incorrect
           Product: gcc
           Version: tree-ssa
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: libfortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: bdavis9659 at comcast dot net
                CC: gcc-bugs at gcc dot gnu dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14897


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

end of thread, other threads:[~2004-06-09  1:08 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-04-09  1:44 [Bug libfortran/14897] New: [gfortran] 'T' edit descriptor output incorrect bdavis9659 at comcast dot net
2004-04-09  2:52 ` [Bug libfortran/14897] " pinskia at gcc dot gnu dot org
2004-04-11 23:18 ` pinskia at gcc dot gnu dot org
2004-04-12  2:41 ` pinskia at gcc dot gnu dot org
2004-05-27  5:47 ` pinskia at gcc dot gnu dot org
2004-06-02  3:39 ` bdavis at gcc dot gnu dot org
2004-06-03  1:16 ` bdavis at gcc dot gnu dot org
2004-06-09  1:03 ` cvs-commit at gcc dot gnu dot org
2004-06-09  1:08 ` pinskia 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).