[Bug target/53228] [4.6/4.7/4.8 Regression] target attributes in libcpp/lex.c cause illegal instructions to be used elsewhere

uros at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Fri May 4 18:43:00 GMT 2012


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

--- Comment #10 from uros at gcc dot gnu.org 2012-05-04 18:43:16 UTC ---
Author: uros
Date: Fri May  4 18:43:10 2012
New Revision: 187172

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=187172
Log:
    Backport from mainline
    2012-05-04  Uros Bizjak  <ubizjak@gmail.com>

    PR target/53228
    * config/i386/i386.h (X86_ARCH_CMOV): Rename from X86_ARCH_CMOVE.
    (TARGET_CMOV): Rename from TARGET_CMOVE.
    (TARGET_CMOVE): New define.
    * config/i386/i386.c (override_options): Use TARGET_CMOV.
    Do not set TARGET_CMOVE here.


Modified:
    branches/gcc-4_5-branch/gcc/ChangeLog
    branches/gcc-4_5-branch/gcc/config/i386/i386.c
    branches/gcc-4_5-branch/gcc/config/i386/i386.h



More information about the Gcc-bugs mailing list