This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libfortran/34974] New: zero bytes when reverse-tabbing long records (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: 25 Jan 2008 19:29:33 -0000
- Subject: [Bug libfortran/34974] New: zero bytes when reverse-tabbing long records (regression vs. g77)
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
$ cat tab.f
program main
write (*,'(t1000000,a,t1,a)') 'b', 'a'
end
$ gfortran tab.f
$ ./a.out > foo.dat
$ od -a -N32 foo.dat
0000000 a nul nul nul nul nul nul nul nul nul nul nul nul nul nul nul
0000020 nul nul nul nul nul nul nul nul nul nul nul nul nul nul nul nul
0000040
--
Summary: zero bytes when reverse-tabbing long records (regression
vs. g77)
Product: gcc
Version: unknown
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=34974