[Bug fortran/31207] advance="no" and tabs
tkoenig at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Sat Mar 17 15:37:00 GMT 2007
------- Comment #1 from tkoenig at gcc dot gnu dot org 2007-03-17 15:36 -------
Confirmed.
Reduced test case:
$ cat rewind-2.f90
program main
write (*,'(A,T1,A)',advance="no") 'XXXXXX','ABC'
end program main
$ gfortran rewind-2.f90
$ ./a.out
ABC$
Jerry, I'm putting you on the CC list for this one. I'll
see whether I have time for a look.
--
tkoenig at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jvdelisle at gcc dot gnu dot
| |org, tkoenig at gcc dot gnu
| |dot org
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
Last reconfirmed|0000-00-00 00:00:00 |2007-03-17 15:36:58
date| |
Summary|wrong code generated with |advance="no" and tabs
|gfortran |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31207
More information about the Gcc-bugs
mailing list