------- Comment #19 from hjl dot tools at gmail dot com 2008-07-24 20:14
-------
(In reply to comment #18)
> Subject: Re: [4.4 Regression]: Gcc failed to bootstrap
>
> Yes, I came to the same conclusion when trying a bootstrap. This patch adds a
> new SECONDARY_OVERRIDE_OPTION to be run in the recursive case, and defined it
> in the ia64.
>
Don't we also need it for i386 to handle
/* When scheduling description is not available, disable scheduler pass
so it won't slow down the compilation and make x87 code slower. */
if (!TARGET_SCHEDULE)
flag_schedule_insns_after_reload = flag_schedule_insns = 0;
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36907