[Bug bootstrap/78705] ICE in ix86_test_dumping_memory_blockage

dmalcolm at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed Dec 7 01:09:00 GMT 2016


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

--- Comment #5 from David Malcolm <dmalcolm at gcc dot gnu.org> ---
i386.md's define_expand "memory_blockage" has:
  operands[0] = gen_rtx_MEM (BLKmode, gen_rtx_SCRATCH (Pmode));
so it's due to the difference in Pmode between i386 and x86_64.


More information about the Gcc-bugs mailing list