This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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



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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]