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: RFA: More initialization cleanup


Neil Booth wrote:-

> In toplev.c, this ensures we get a correct error code on early exit
> from e.g. --help (we may have had errors too), and more fully
> documents some of the langhooks, and places them in a more natural
> (chronological) order.  Also, removed a bunch of unwanted trailing
> periods in diagnostics.
> 
> The rest is the beginning of an effort to clean up and share more code
> between the 3 C front ends in c-common.c; starting with the
> initialization code.  Objective C was already missing out on some
> things because they'd been added to the C front end only; a notable
> example was Alexandre's tree inlining stuff.  Indeed, the hooks for
> tree inlining still need to be properly set up for Objective-C; that
> will appear in a subsequent patch.
> 
> Bootstrapped C, OjbC, C++ on x86 Linux without regressions.  OK to
> commit?

Would someone approve or reject this patch please?

http://gcc.gnu.org/ml/gcc-patches/2001-11/msg01276.html

Thanks,

Neil.


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