[Bug target/82385] ICE in extract_constraint_insn, at recog.c:2213

2017-10-02 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82385 Martin Liška changed: What|Removed |Added Keywords||ice-on-valid-code Status|UNCO

[Bug target/82385] ICE in extract_constraint_insn, at recog.c:2213

2017-10-01 Thread vvulpes0 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82385 Dakotah Lambert changed: What|Removed |Added Attachment #42271|0 |1 is obsolete|

[Bug target/82385] ICE in extract_constraint_insn, at recog.c:2213

2017-10-01 Thread vvulpes0 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82385 --- Comment #1 from Dakotah Lambert --- Simpler failing test case: int a,b; void f(void) { a &= b; }