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]
Other format: [Raw text]

Re: Move diagnostic function declarations from toplev.h


On Thu, May 27, 2010 at 1:43 PM, Joseph S. Myers
<joseph@codesourcery.com> wrote:

[..]
> diagnostic.h - the complete, advanced header for diagnostics - of
> course includes diagnostic-core.h. ?So does toplev.h, to avoid
> potentially needing to update every file including toplev.h - it would
> certainly be a useful cleanup to change toplev.h includes to use
> diagnostic-core.h instead where that is all that is needed from
> toplev.h, or to remove the includes from files already including
> diagnostic-core.h or diagnostic.h if nothing else from toplev.h is
> needed, but I do not plan to work on that.

oh, bummer :-)
[...]

> Bootstrapped with no regressions on x86_64-unknown-linux-gnu. ?OK to
> commit?

Yes, thanks!

-- Gaby


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