Re: [4.9, PR 61393] Disable IPA-CP of transactional memory clones

2014-06-05 Thread Richard Biener
On Wed, Jun 4, 2014 at 11:28 PM, Martin Jambor wrote: > Hi, > > this patch does the same thing (disables IPA-CP for nodes marked as > tm_clone) for the same reason as described in the previous mail but > for the 4.9 branch. > > I've confirmed it fixes the PR failure and passes bootstrap and > test

[4.9, PR 61393] Disable IPA-CP of transactional memory clones

2014-06-04 Thread Martin Jambor
Hi, this patch does the same thing (disables IPA-CP for nodes marked as tm_clone) for the same reason as described in the previous mail but for the 4.9 branch. I've confirmed it fixes the PR failure and passes bootstrap and testing on x86_64-linux. OK for 4.9? Thanks, Martin 2014-06-04 Mart