This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [RFA]: Slight toplev.c initialization rearrangement
- From: Richard Henderson <rth at redhat dot com>
- To: Neil Booth <neil at daikokuya dot co dot uk>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Tue, 13 Aug 2002 19:47:44 -0700
- Subject: Re: [RFA]: Slight toplev.c initialization rearrangement
- References: <20020813203515.GB32333@daikokuya.co.uk>
On Tue, Aug 13, 2002 at 09:35:15PM +0100, Neil Booth wrote:
> * toplev.c (parse_options_and_default_flags): Don't call
> post_options here.
> (general_init): Initialize GC, pools and tree hash here,
> instead of lang_independent_init.
> (lang_independent_init): Rename backend_init.
> (do_compile): Call post_options hook; exit early if there
> have been errors after switch processing.
> (toplev_main): Update.
Ok.
r~