Re: [PATCH] Fix PR60327 - dealII and Xalanbmk ICEing with LTO

2014-02-26 Thread Richard Biener
On Tue, 25 Feb 2014, Jan Hubicka wrote: > > > > This fixes the ICE on our regular -flto-partition=none testers > > which sees an edge w/o call-stmt after inlining (see the PR > > for details). I'm not sure this is supposed to happen but the > > following re-instantiates the guard to inline_updat

Re: [PATCH] Fix PR60327 - dealII and Xalanbmk ICEing with LTO

2014-02-25 Thread Jan Hubicka
> > This fixes the ICE on our regular -flto-partition=none testers > which sees an edge w/o call-stmt after inlining (see the PR > for details). I'm not sure this is supposed to happen but the > following re-instantiates the guard to inline_update_overall_summary > which was present before the la

[PATCH] Fix PR60327 - dealII and Xalanbmk ICEing with LTO

2014-02-25 Thread Richard Biener
This fixes the ICE on our regular -flto-partition=none testers which sees an edge w/o call-stmt after inlining (see the PR for details). I'm not sure this is supposed to happen but the following re-instantiates the guard to inline_update_overall_summary which was present before the last change to