This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [patch] remove in_system_header variable and fields
2008/7/18 Rafael Espindola <espindola@google.com>:
> The attached patch implements you suggestion, except that I use the
> same comment for warning_at and warning0_at. The original code does
> the same for warning and warning0.
>
> OK for trunk?
I cannot approve it but it looks fine to me and it is a step forward
in the stated goal of passing an explicit location to diagnostic
functions: http://gcc.gnu.org/ml/gcc-patches/2008-02/msg01213.html
I guess you need approval from Gabriel for the diagnostics bits.
Cheers,
Manuel.