[Bug target/57623] BEXTR intrinsic has memory operands switched around (fails to compile code)

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Thu Jun 27 12:49:00 GMT 2013


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57623

--- Comment #14 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Ah, right, it isn't the combiner in your case, but register allocator, yes,
that can happen.  The patch I've attached should fix that too.



More information about the Gcc-bugs mailing list