This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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

--- Comment #7 from uros at gcc dot gnu.org 2012-05-04 16:42:32 UTC ---
Author: uros
Date: Fri May  4 16:42:23 2012
New Revision: 187168

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=187168
Log:
    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 (ix86_option_override_internal): Use TARGET_CMOV.
    Do not set TARGET_CMOVE here.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/i386/i386.c
    trunk/gcc/config/i386/i386.h


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]