This is the mail archive of the gcc@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: IA64 bootstrap failure


> Jan Hubicka <jh@suse.cz> writes:
> 
> |> Can you please test whether simply removing the verify_flow_info call
> |> help?
> 
> The stage1 compiler has built, so it seems to work.
Thanks.  I think there is potential problem in my code that it removes
ureachable instructions (these may happen when scheduler is executed
on chain with dead instructions), so I am just testing patch to not
remove these and instead construct unreachable basic block.  In case it
works, I will send a patch with this and update IA-64 to insert the nops
at right place after returning from the trip.

Honza
> 
> Andreas.
> 
> -- 
> Andreas Schwab, SuSE Labs, schwab@suse.de
> SuSE Linux AG, Deutschherrnstr. 15-19, D-90429 Nürnberg
> Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
> "And now for something completely different."


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