[Bug tree-optimization/87896] [9 Regression] ICE in verify_flow_info failed

2018-11-14 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87896 Jakub Jelinek changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug tree-optimization/87896] [9 Regression] ICE in verify_flow_info failed

2018-11-06 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87896 Martin Liška changed: What|Removed |Added Known to fail|7.3.1 | --- Comment #4 from Martin Liška ---

[Bug tree-optimization/87896] [9 Regression] ICE in verify_flow_info failed

2018-11-06 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87896 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug tree-optimization/87896] [9 Regression] ICE in verify_flow_info failed

2018-11-06 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87896 --- Comment #2 from Martin Liška --- One another test-case: $ cat generic.i enum { a, b, c } d; e; static f(h) { int count; for (;;) { int g = 0; while (count--) { if (e) continue; g = 1; break; }

[Bug tree-optimization/87896] [9 Regression] ICE in verify_flow_info failed

2018-11-06 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87896 Martin Liška changed: What|Removed |Added Target Milestone|--- |9.0 Summary|ICE in