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

vvulpes0 at gmail dot com gcc-bugzilla@gcc.gnu.org
Mon Oct 2 01:23:00 GMT 2017


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82385

--- Comment #1 from Dakotah Lambert <vvulpes0 at gmail dot com> ---
Simpler failing test case:
int a,b;
void f(void) {
 a &= b;
}


More information about the Gcc-bugs mailing list