On Fri, Jan 16, 2015 at 04:04:27PM +0100, Martin Liška wrote:
> Hello.
>
> This patch adds support for __attribute__((no_icf)) that prevents a function
> being merged with a different one.
>
> Tested on x86_64-linux-pc.
>
> Ready for trunk?
> Thanks,
> Martin
> From 234fc8018f9810e2adf6d975d6d0
> >gcc/c-family/ChangeLog:
> >
> >2015-01-16 Martin Liska
> >
> > * c-common.c (handle_noicf_attribute): New function.
> >
> >gcc/ChangeLog:
> >
> >2015-01-16 Martin Liska
> >
> > * doc/extend.texi (no_icf): Add new attribute description.
> > * ipa-icf.c (sem_item_optimizer::merge_cla
On 01/16/15 08:04, Martin Liška wrote:
Hello.
This patch adds support for __attribute__((no_icf)) that prevents a
function
being merged with a different one.
Tested on x86_64-linux-pc.
Ready for trunk?
Thanks,
Martin
0001-IPA-ICF-add-no_icf-attribute.patch
From 234fc8018f9810e2adf6d975d6d0