This is the mail archive of the gcc-bugs@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]

[Bug bootstrap/36907] [4.4 Regression]: Gcc failed to bootstrap



------- Comment #20 from gnu at the-meissners dot org  2008-07-24 20:21 -------
Subject: Re:  [4.4 Regression]: Gcc failed to bootstrap

On Thu, Jul 24, 2008 at 08:14:35PM -0000, hjl dot tools at gmail dot com wrote:
> 
> 
> ------- 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;

You are right those should be added.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36907


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