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 libfortran/34974] null bytes when reverse-tabbing long records (regression vs. g77)



------- Comment #1 from tkoenig at gcc dot gnu dot org  2008-01-25 19:35 -------
Actually, it's "null bytes" :-)

This is related to PR 34887.

The problem here is that we tab further than our buffer size,
so we write out garbage.

Ceterum censeo stream I/O esse delendam :-)


-- 

tkoenig at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jvdelisle at gcc dot gnu dot
                   |                            |org
            Summary|zero bytes when reverse-    |null bytes when reverse-
                   |tabbing long records        |tabbing long records
                   |(regression vs. g77)        |(regression vs. g77)


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34974


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