[Bug rtl-optimization/87468] [9 Regression] ice "wrong amount of branch edges after conditional jump in bb"

2018-11-23 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87468 Jeffrey A. Law changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug rtl-optimization/87468] [9 Regression] ice "wrong amount of branch edges after conditional jump in bb"

2018-11-23 Thread law at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87468 --- Comment #7 from Jeffrey A. Law --- Author: law Date: Sat Nov 24 06:51:26 2018 New Revision: 266426 URL: https://gcc.gnu.org/viewcvs?rev=266426&root=gcc&view=rev Log: PR rtl-optimization/87468 * tree-ssa-threadupdate.c (create

[Bug rtl-optimization/87468] [9 Regression] ice "wrong amount of branch edges after conditional jump in bb"

2018-11-21 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87468 --- Comment #6 from Jeffrey A. Law --- More correctly, jump threading is duplicating a switch in which there's an outgoing edge marked as EDGE_IGNORE. That duplicate has EDGE_IGNORE set, but isn't in the cleanup queue. Thus it leaks into the IL

[Bug rtl-optimization/87468] [9 Regression] ice "wrong amount of branch edges after conditional jump in bb"

2018-11-14 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87468 --- Comment #5 from Jakub Jelinek --- *** Bug 87896 has been marked as a duplicate of this bug. ***

[Bug rtl-optimization/87468] [9 Regression] ice "wrong amount of branch edges after conditional jump in bb"

2018-11-14 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87468 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #4

[Bug rtl-optimization/87468] [9 Regression] ice "wrong amount of branch edges after conditional jump in bb"

2018-10-09 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87468 Martin Liška changed: What|Removed |Added Keywords|needs-bisection | CC|

[Bug rtl-optimization/87468] [9 Regression] ice "wrong amount of branch edges after conditional jump in bb"

2018-10-01 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87468 Richard Biener changed: What|Removed |Added Keywords||needs-bisection Target|

[Bug rtl-optimization/87468] [9 Regression] ice "wrong amount of branch edges after conditional jump in bb"

2018-09-29 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87468 Andrew Pinski changed: What|Removed |Added Keywords||ice-on-valid-code Component|c