[Bug tree-optimization/108684] [13 Regression] ICE: verify_ssa failed

2023-02-07 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108684 --- Comment #4 from Andrew Pinski --- Hmm, simple_dce_from_worklist. It might be the case you could hit this issue without VRP then ... Let me try.

[Bug tree-optimization/108684] [13 Regression] ICE: verify_ssa failed

2023-02-07 Thread amacleod at redhat dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108684 --- Comment #3 from Andrew Macleod --- OK, its been a while. Why is there a VUSE on the return? this is the IL right from into-ssa: int f (int a) { int _4; : # .MEM_2 = VDEF <.MEM_1(D)> __asm__(" " : "=X" a_3 : : "memory"); if (

[Bug tree-optimization/108684] [13 Regression] ICE: verify_ssa failed

2023-02-07 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108684 Richard Biener changed: What|Removed |Added Priority|P3 |P1

[Bug tree-optimization/108684] [13 Regression] ICE: verify_ssa failed

2023-02-06 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108684 Andrew Pinski changed: What|Removed |Added CC||amacleod at redhat dot com --- Comment

[Bug tree-optimization/108684] [13 Regression] ICE: verify_ssa failed

2023-02-06 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108684 Andrew Pinski changed: What|Removed |Added Last reconfirmed||2023-02-06 Ever confirmed|0

[Bug tree-optimization/108684] [13 Regression] ICE: verify_ssa failed

2023-02-06 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108684 Andrew Pinski changed: What|Removed |Added Version|unknown |13.0 Target Milestone|---