[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
Wed May 7 15:58:00 GMT 2014


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

--- Comment #17 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Wed May  7 15:57:48 2014
New Revision: 210168

URL: http://gcc.gnu.org/viewcvs?rev=210168&root=gcc&view=rev
Log:
    Backported from mainline
    2013-06-27  Jakub Jelinek  <jakub@redhat.com>

    PR target/57623
    * config/i386/i386.md (bmi_bextr_<mode>): Swap predicates and
    constraints of operand 1 and 2.

    * gcc.target/i386/bmi-bextr-3.c: New test.

Added:
    branches/gcc-4_7-branch/gcc/testsuite/gcc.target/i386/bmi-bextr-3.c
Modified:
    branches/gcc-4_7-branch/gcc/ChangeLog
    branches/gcc-4_7-branch/gcc/config/i386/i386.md
    branches/gcc-4_7-branch/gcc/testsuite/ChangeLog



More information about the Gcc-bugs mailing list