Re: [PATCH] disable IPA-cp cloning for functions with target_clones attribute

2016-07-14 Thread Martin Jambor
Hi Jeff, On Wed, Jul 13, 2016 at 08:46:35AM -0600, Jeff Law wrote: > On 07/12/2016 03:31 AM, Martin Jambor wrote: > > Hi, > > > > On Fri, Jun 24, 2016 at 01:41:05PM -0700, Evgeny Stupachenko wrote: > > > Hi, > > > > > > Fix ICE when IPA-cp and target_clones are applied to the same function. > >

Re: [PATCH] disable IPA-cp cloning for functions with target_clones attribute

2016-07-13 Thread Jeff Law
On 06/24/2016 02:41 PM, Evgeny Stupachenko wrote: Hi, Fix ICE when IPA-cp and target_clones are applied to the same function. Is the patch ok for trunk? Thanks, Evgeny 2016-06-24 Evgeny Stupachenko gcc/ * ipa-cp.c (determine_versionability): Do not create

Re: [PATCH] disable IPA-cp cloning for functions with target_clones attribute

2016-07-13 Thread Jeff Law
On 07/12/2016 03:31 AM, Martin Jambor wrote: Hi, On Fri, Jun 24, 2016 at 01:41:05PM -0700, Evgeny Stupachenko wrote: Hi, Fix ICE when IPA-cp and target_clones are applied to the same function. Is the patch ok for trunk? I can't approve anything but since I wrote most of IPA-CP, it may count

Re: [PATCH] disable IPA-cp cloning for functions with target_clones attribute

2016-07-13 Thread Jan Hubicka
> Hi, > > On Fri, Jun 24, 2016 at 01:41:05PM -0700, Evgeny Stupachenko wrote: > > Hi, > > > > Fix ICE when IPA-cp and target_clones are applied to the same function. > > Is the patch ok for trunk? > > I can't approve anything but since I wrote most of IPA-CP, it may > count that I am fine with

Re: [PATCH] disable IPA-cp cloning for functions with target_clones attribute

2016-07-12 Thread Martin Jambor
Hi, On Fri, Jun 24, 2016 at 01:41:05PM -0700, Evgeny Stupachenko wrote: > Hi, > > Fix ICE when IPA-cp and target_clones are applied to the same function. > Is the patch ok for trunk? I can't approve anything but since I wrote most of IPA-CP, it may count that I am fine with the patch. However,

Re: [PATCH] disable IPA-cp cloning for functions with target_clones attribute

2016-07-11 Thread Evgeny Stupachenko
PING. On Fri, Jun 24, 2016 at 1:41 PM, Evgeny Stupachenko wrote: > Hi, > > Fix ICE when IPA-cp and target_clones are applied to the same function. > Is the patch ok for trunk? > > Thanks, > Evgeny > > 2016-06-24 Evgeny Stupachenko > > gcc/ > *

[PATCH] disable IPA-cp cloning for functions with target_clones attribute

2016-06-24 Thread Evgeny Stupachenko
Hi, Fix ICE when IPA-cp and target_clones are applied to the same function. Is the patch ok for trunk? Thanks, Evgeny 2016-06-24 Evgeny Stupachenko gcc/ * ipa-cp.c (determine_versionability): Do not create constprop clones, when target_clones attribute is