[Bug ipa/65972] ICE after applying a patch to enable verify_ssa with auto-pgo

2017-05-29 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65972 Martin Liška changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug ipa/65972] ICE after applying a patch to enable verify_ssa with auto-pgo

2017-05-29 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65972 --- Comment #14 from Martin Liška --- Author: marxin Date: Mon May 29 09:13:20 2017 New Revision: 248568 URL: https://gcc.gnu.org/viewcvs?rev=248568&root=gcc&view=rev Log: Backport r246996 2017-05-29 Martin Liska Backport from mainl

[Bug ipa/65972] ICE after applying a patch to enable verify_ssa with auto-pgo

2017-05-26 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65972 --- Comment #13 from Martin Liška --- Author: marxin Date: Fri May 26 11:31:52 2017 New Revision: 248503 URL: https://gcc.gnu.org/viewcvs?rev=248503&root=gcc&view=rev Log: Backport r246996 2017-05-26 Martin Liska Backport from mainl

[Bug ipa/65972] ICE after applying a patch to enable verify_ssa with auto-pgo

2017-04-19 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65972 Martin Liška changed: What|Removed |Added Known to work||7.0.1 Known to fail|

[Bug ipa/65972] ICE after applying a patch to enable verify_ssa with auto-pgo

2017-04-19 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65972 --- Comment #11 from Martin Liška --- Author: marxin Date: Wed Apr 19 12:06:35 2017 New Revision: 246996 URL: https://gcc.gnu.org/viewcvs?rev=246996&root=gcc&view=rev Log: Update SSA after AutoPGO early inlining (PR ipa/65972). 2017-04-19 Rich

[Bug ipa/65972] ICE after applying a patch to enable verify_ssa with auto-pgo

2017-04-19 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65972 Martin Liška changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |marxin at gcc dot gnu.org --- Com

[Bug ipa/65972] ICE after applying a patch to enable verify_ssa with auto-pgo

2017-04-18 Thread spop at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65972 --- Comment #9 from Sebastian Pop --- In the link in the previous comment, Richi has a similar patch as suggested by Dehao pending review/test/commit: let's close this bug when Richi's patch lands in trunk.

[Bug ipa/65972] ICE after applying a patch to enable verify_ssa with auto-pgo

2017-04-18 Thread spop at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65972 --- Comment #8 from Sebastian Pop --- Yes please! This patch also solves the problem I was chasing a week or so ago: https://gcc.gnu.org/ml/gcc-patches/2017-04/msg00067.html I also know that this is ICE-ing on a large proprietary project when I

[Bug ipa/65972] ICE after applying a patch to enable verify_ssa with auto-pgo

2017-04-18 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65972 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug ipa/65972] ICE after applying a patch to enable verify_ssa

2015-05-15 Thread hiraditya at msn dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65972 --- Comment #6 from AK --- Your patch did fix the problem. Thanks!

[Bug ipa/65972] ICE after applying a patch to enable verify_ssa

2015-05-14 Thread dehao at google dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65972 --- Comment #5 from Dehao Chen --- Could you try if the following patch fixes the bug? Thanks, Dehao Index: gcc/auto-profile.c === --- gcc/auto-profile.c (revision 223204) +++ gcc

[Bug ipa/65972] ICE after applying a patch to enable verify_ssa

2015-05-11 Thread spop at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65972 Sebastian Pop changed: What|Removed |Added CC||dehao at gcc dot gnu.org,

[Bug ipa/65972] ICE after applying a patch to enable verify_ssa

2015-05-04 Thread hiraditya at msn dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65972 --- Comment #3 from AK --- Created attachment 35457 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35457&action=edit Preprocesed unwind-arm.i

[Bug ipa/65972] ICE after applying a patch to enable verify_ssa

2015-05-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65972 Richard Biener changed: What|Removed |Added CC||rguenth at gcc dot gnu.org --- Comment

[Bug ipa/65972] ICE after applying a patch to enable verify_ssa

2015-05-02 Thread hiraditya at msn dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65972 --- Comment #1 from AK --- PS: The bootstrap fails after applying this patch and emits the error reported above.