[Bug target/47744] [x32] ICE: in reload_cse_simplify_operands, at postreload.c:403
ubizjak at gmail dot com
gcc-bugzilla@gcc.gnu.org
Sun Jul 17 23:00:00 GMT 2011
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47744
--- Comment #25 from Uros Bizjak <ubizjak at gmail dot com> 2011-07-17 22:59:39 UTC ---
> It doesn't work. I got
Yeah, I found the problem, we have to allow only non-eliminable registers.
Please try this:
case SUBREG:
if (TARGET_X32
&& !register_no_elim_operand (op, Pmode))
return 0;
More information about the Gcc-bugs
mailing list