libg++-2.8.1.3 and gcc-20000220 CVS
Zack Weinberg
zack@wolery.cumb.org
Sun Feb 20 12:43:00 GMT 2000
On Sun, Feb 20, 2000 at 10:49:13AM -0800, Mark Mitchell wrote:
>
> Gaby --
>
> I think we should make the line-wrapping stuff always output at
> least k characters after the prefix. That way, even if the prefix is
> ridiculously long we don't just wrap the message on every line. Let's
> make `k' be 32 or so, for now.
Could we also look into trimming down the prefix? In the original bug
report, we really didn't need to see the entire pathname on each line.
Maybe we could have cpp output file names relative to the place in the
#include search path they were found. So with -I /work/src/gcc/gcc,
cc1 would see "integrate.c" instead of "/work/src/gcc/gcc/integrate.c".
This would also affect __FILE__. It might cause problems with debug
info, anyone know what the issues there are?
zw
More information about the Gcc-bugs
mailing list