This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libfortran/22570] Null Characters instead of blanks in text output.
- From: "prthomas at drfccad dot cea dot fr" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 21 Jul 2005 07:47:08 -0000
- Subject: [Bug libfortran/22570] Null Characters instead of blanks in text output.
- References: <20050720153355.22570.dir@lanl.gov>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From prthomas at drfccad dot cea dot fr 2005-07-21 07:47 -------
Subject: Re: Null Characters instead of blanks in t
extoutput
Steven,
I figured out the third (I was going to say "final"...) bug during the drive
to work.
I am not in a position to do anything about it until tonight because I am up
to my
eyeballs with day-time work.
To recap-
The three buglets that I produced are:
(1) The receipt of a slash should clear the pending skips and spaces(last
night's patch);
(2) The skips and spaces need to accumulate to cope with sequences of tabs
and X-edits,
as mentioned and tested this morning; and
(3) The function read.c(read_x)must ignore current_unit->bytes_left, except
where the
record length is known. I will check out a clean way to do this tonight. I
think that
it is trivial but need to be sure that I pick the right condition.
I will incorporate these three patches into one and provide one or,
possibly, two test
cases.
Regards
Paul T
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22570