On Tue, 11 Feb 2003, Frank Heckenbach wrote:
Russell Whitaker wrote:
minwidth for strings in writeln is broken:
program hello; begin writeln('hello':30, ' ':30, 'world'); end.
The output should be 25 spaces in front of hello and 30 spaces between hello and world.
That's what I get!?
Used gcc-3.2.2 so recompiled gpc with gcc-2.95.3
It now works!
Who would like to tell the gcc folks there's a bug in gcc-3.2.2? And how about making a 3.2.3 while we're waiting for 3.3?
Russ