Re: [PATCH] Fix PR50712

2011-10-13 Thread H.J. Lu
On Thu, Oct 13, 2011 at 4:55 AM, Richard Guenther wrote: > > This fixes PR50712, an issue with IPA split uncovered by adding > verifier calls after it ... we need to also gimplify reads of > register typed memory when passing it as argument. > > Bootstrapped on x86_64-unknown-linux-gnu, testing in

[PATCH] Fix PR50712

2011-10-13 Thread Richard Guenther
This fixes PR50712, an issue with IPA split uncovered by adding verifier calls after it ... we need to also gimplify reads of register typed memory when passing it as argument. Bootstrapped on x86_64-unknown-linux-gnu, testing in progress. Richard. 2011-10-13 Richard Guenther PR tre