toplev.c (parse_options_and_default_flags): Don't call post_options here.
authorNeil Booth <neil@daikokuya.co.uk>
Wed, 14 Aug 2002 06:36:51 +0000 (06:36 +0000)
committerNeil Booth <neil@gcc.gnu.org>
Wed, 14 Aug 2002 06:36:51 +0000 (06:36 +0000)
commitc79043f3f4ddfaf0d50a9ec52fc05c37fd645447
tree101d0dd96c26380883e79d8a0e77e08709fe1af2
parent6bf346d484bb8158e3c54f5353fdad46f9b7231c
toplev.c (parse_options_and_default_flags): Don't call post_options here.

* 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.

From-SVN: r56274
gcc/ChangeLog
gcc/toplev.c