This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: PR 63566 part 5
- From: "H.J. Lu" <hjl dot tools at gmail dot com>
- To: Jan Hubicka <hubicka at ucw dot cz>
- Cc: GCC Patches <gcc-patches at gcc dot gnu dot org>
- Date: Tue, 10 Feb 2015 10:51:11 -0800
- Subject: Re: PR 63566 part 5
- Authentication-results: sourceware.org; auth=none
- References: <20150209205011 dot GD27726 at kam dot mff dot cuni dot cz>
On Mon, Feb 9, 2015 at 12:50 PM, Jan Hubicka <hubicka@ucw.cz> wrote:
> Hi,
> this patch finally disables the wroarkound in ipa-icf for local functions.
>
> Bootstrapped/regtested x86_64-linux, comitted.
>
> Honza
>
> 2015-02-08 Jan Hubicka <hubicka@ucw.cz>
>
> PR ipa/63566
> * ipa-icf.c (set_local): New function.
> (sem_function::merge): Use it.
This caused:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65005
--
H.J.