C++ error printer cleanup, phase 1

Neil Booth neil@daikokuya.demon.co.uk
Sun Sep 23 14:06:00 GMT 2001


Zack Weinberg wrote:-

> Once this patch is applied, there will be three follow-up phases.
> First, cp_error_at and friends will be changed so they do not have to
> scan their argument list twice: unless someone has a better idea, I
> will make the position an explicit argument instead of embedding it
> somewhere in the variable arguments.
> 
> Second, cp_error/cp_warning/cp_pedwarn will be globally replaced with
> error/warning/pedwarn.
> 
> Third, the old tree printer will be changed as suggested above, to
> avoid the scratch buffer.

Zack,

Do you have any plans to combine cpp's diagnostics with the compiler
proper?

Neil.



More information about the Gcc-patches mailing list