[Bug fortran/34782] tab format failure to display properly (regression vs. g77)

tkoenig at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Tue Jan 15 00:07:00 GMT 2008



------- 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



More information about the Gcc-bugs mailing list