public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libfortran/25349]  New: T edit descriptor broken for output on files
@ 2005-12-11  9:02 tkoenig at gcc dot gnu dot org
  2005-12-11 10:20 ` [Bug libfortran/25349] " fxcoudert at gcc dot gnu dot org
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: tkoenig at gcc dot gnu dot org @ 2005-12-11  9:02 UTC (permalink / raw)
  To: gcc-bugs

$ cat t.f
      program main
      character(len=10) line
      write (*,'(1X,A,T1,A)') 'A','B'
      write (line,'(1X,A,T1,A)') 'A','B'
      print '(A)',line
      end
$ gfortran t.f
$ ./a.out
B
BA
$ gfortran -v
Using built-in specs.
Target: i686-pc-linux-gnu
Configured with: ../../gcc/trunk/configure --prefix=/home/ig25
--enable-languages=c,fortran
Thread model: posix
gcc version 4.2.0 20051204 (experimental)
$ g77 t.f
$ ./a.out
BA
BA


-- 
           Summary: T edit descriptor broken for output on files
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Keywords: wrong-code
          Severity: normal
          Priority: P3
         Component: libfortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: tkoenig at gcc dot gnu dot org
OtherBugsDependingO 19292
             nThis:


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


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

end of thread, other threads:[~2006-01-01  5:27 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-12-11  9:02 [Bug libfortran/25349] New: T edit descriptor broken for output on files tkoenig at gcc dot gnu dot org
2005-12-11 10:20 ` [Bug libfortran/25349] " fxcoudert at gcc dot gnu dot org
2005-12-11 10:57 ` tkoenig at gcc dot gnu dot org
2005-12-11 12:51 ` fxcoudert at gcc dot gnu dot org
2005-12-11 13:59 ` fxcoudert at gcc dot gnu dot org
2005-12-11 17:54 ` jvdelisle at gcc dot gnu dot org
2005-12-16  9:04 ` jvdelisle at gcc dot gnu dot org
2005-12-16 19:32 ` jvdelisle at gcc dot gnu dot org
2005-12-16 19:40 ` jvdelisle at gcc dot gnu dot org
2005-12-18  8:24 ` jvdelisle at gcc dot gnu dot org
2005-12-18  8:32 ` jvdelisle at gcc dot gnu dot org
2005-12-19  7:23 ` jvdelisle at gcc dot gnu dot org
2006-01-01  5:27 ` 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).