https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63598
John David Anglin changed:
What|Removed |Added
Priority|P1 |P3
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63598
--- Comment #5 from dave.anglin at bell dot net ---
On 11/21/2014 7:52 AM, marxin at gcc dot gnu.org wrote:
> Can you please check if the issue still persists?
I will check. All my recent builds are with flag_ipa_icf_functions = 0.
>
> I would ap
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63598
--- Comment #4 from Martin Liška ---
Can you please check if the issue still persists?
I would appreciate further information related to PR, or do we have any GCC fam
machine I can debug it?
Thanks,
Martin
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63598
Richard Biener changed:
What|Removed |Added
Priority|P3 |P1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63598
--- Comment #3 from dave.anglin at bell dot net ---
I had a successful build by setting 'flag_ipa_icf_functions = 0' in
pa_option_override.
Dave
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63598
--- Comment #2 from John David Anglin ---
If I apply this change
Index: ipa-icf.c
===
--- ipa-icf.c(revision 216524)
+++ ipa-icf.c(working copy)
@@ -584,8 +584,12 @@
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63598
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |5.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63598
--- Comment #1 from John David Anglin ---
Introduced in r216305.