This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libfortran/25463] New: T edit descriptor and ADVANCE="no"
- From: "tkoenig at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 17 Dec 2005 17:45:43 -0000
- Subject: [Bug libfortran/25463] New: T edit descriptor and ADVANCE="no"
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
$ cat advance.f90
program main
write (*,'(A)',advance="no") 'ab'
write (*,'(T1,A)') 'c'
end
$ gfortran advance.f90
$ ./a.out
ab$ 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 20051214 (experimental)
The output should be
abc
(see Richard Maine's posting, <1h7pi1z.dwx39giomozkN%nospam@see.signature>).
--
Summary: T edit descriptor and ADVANCE="no"
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
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25463