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: "paulthomas2 at wanadoo dot fr" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 21 Jul 2005 05:33:14 -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 paulthomas2 at wanadoo dot fr 2005-07-21 05:33 -------
Subject: Re: Null Characters instead of blanks in text
output.
Steven,
>> The output looks good though:
>> 19 1 4 9 16 25 36 49 64 81 100
>> 121 144 169 196 225 256 289 324
>>
>>
> ^ we need four more spaces here.
This one I have fixed: I was not accumulating skips and spaces for
multiple sequences of tabs or X-edits.
>
> I agree; replacing (2x, i4) with i6 works. It's all down to x-editing
> problems. I must stop now but will resume in the morrow.
>
This one is stranger: replacing 2X with TR2 works. There is logic that
distinguishes them in read_x, which was the fix for the eor problem.
However, when I remove it, everything breaks except your testcase!
I will go back to it tonight. I am nearly there; I am just missing why
TR2 works.
Paul T
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22570