[Bug target/96273] ice in extract_insn, at recog.c:2294, unrecognizable insn:

2020-07-21 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96273 Uroš Bizjak changed: What|Removed |Added Resolution|--- |FIXED Status|UNCONFIRMED

[Bug target/96273] ice in extract_insn, at recog.c:2294, unrecognizable insn:

2020-07-21 Thread crazylht at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96273 Hongtao.liu changed: What|Removed |Added CC||ubizjak at gmail dot com --- Comment #2 fr

[Bug target/96273] ice in extract_insn, at recog.c:2294, unrecognizable insn:

2020-07-21 Thread dcb314 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96273 --- Comment #1 from David Binderman --- Reduced C++ code: int b, c, e; int d[1]; void f() { int a; for (;;) { c = 0; for (; c <= 1000; b += 10, c++) { a = 0; for (; a < 10; a++) if (b) e += d[b] = e;