This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/34782] tab format failure to display properly (regression vs. g77)
- 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: 14 Jan 2008 22:53:35 -0000
- Subject: [Bug fortran/34782] tab format failure to display properly (regression vs. g77)
- References: <bug-34782-15631@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #2 from tkoenig at gcc dot gnu dot org 2008-01-14 22:53 -------
This is also a regression wrt g77:
$ cat foo.f
character a(6)
data a / 'a', 'b', 'c', 'd', 'e', 'f' /
write(*,'(T20,A3, T1,A4, T5,A2, T7,A2, T9,A4, T17,A1)') a
end
$ g77 foo.f
$ ./a.out
b c d e f a
--
tkoenig at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|tab format failure to |tab format failure to
|display properly |display properly (regression
| |vs. g77)
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34782