On Mon, Jul 25, 2011 at 2:05 AM, Richard Guenther
wrote:
> On Mon, Jul 25, 2011 at 1:34 AM, Andrew Pinski wrote:
>> Hi,
>> There are two issues, first the inliner does not copy a volatile
>> when creating a new tree in one case. The second issue is that
>> IPA-SRA does not check if we are defer
On Mon, Jul 25, 2011 at 1:34 AM, Andrew Pinski wrote:
> Hi,
> There are two issues, first the inliner does not copy a volatile
> when creating a new tree in one case. The second issue is that
> IPA-SRA does not check if we are deferencing a pointer variable via a
> volatile type.
>
> OK? Bootst
Hi,
There are two issues, first the inliner does not copy a volatile
when creating a new tree in one case. The second issue is that
IPA-SRA does not check if we are deferencing a pointer variable via a
volatile type.
OK? Bootstrapped and tested on x86_64-linux-gnu with no regressions.
Thanks,