Re: [PATCH] Fixup current_pass after running IPA transforms

2011-06-27 Thread Jan Hubicka
> > Running IPA transforms will mess up current_pass (and reset it > to NULL), ICEing later for IPA PTA. I also don't see any > code that would avoid doing IPA transforms twice in case > we put another small IPA pass in the late IPA pass queue. Honza, > I guess we need to add some PROP_ipa_trans

[PATCH] Fixup current_pass after running IPA transforms

2011-06-27 Thread Richard Guenther
Running IPA transforms will mess up current_pass (and reset it to NULL), ICEing later for IPA PTA. I also don't see any code that would avoid doing IPA transforms twice in case we put another small IPA pass in the late IPA pass queue. Honza, I guess we need to add some PROP_ipa_transforms_applie