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/22570] Null Characters instead of blanks in text output.


------- Additional Comments From paulthomas2 at wanadoo dot fr  2005-07-20 22:02 -------
Subject: Re:  Null Characters instead of blanks in text
 output.

Steve,

There are two problems:

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

>
>The problem is apparently still on the read side of things.
>
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.

I believe both problems (and the one I patched) are down to the logic 
determining the present pointer, the maximum but unprinted pointer and 
the pending spaces.  I just do not see it yet.

Paul T




-- 


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


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