This is the mail archive of the gcc-patches@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]

Re: C++ error printer cleanup, phase 1


On Sun, Sep 23, 2001 at 10:06:48PM +0100, Neil Booth wrote:
> 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?

Not immediately.  It is certainly desirable, but it requires more
thought.  I intended to do cleanups only in this patch series.

zw


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