re PR target/53228 (target attributes in libcpp/lex.c cause illegal instructions...
authorUros Bizjak <uros@gcc.gnu.org>
Fri, 4 May 2012 16:42:23 +0000 (18:42 +0200)
committerUros Bizjak <uros@gcc.gnu.org>
Fri, 4 May 2012 16:42:23 +0000 (18:42 +0200)
commitcef31f9c56a00141385da8caa2efb53886747e67
tree1cae48dc06421e999679398a0a305cc6747aeda5
parent33d11b9745bad90547e56cf97fa59f57849ebabd
re PR target/53228 (target attributes in libcpp/lex.c cause illegal instructions to be used elsewhere)

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.

From-SVN: r187168
gcc/ChangeLog
gcc/config/i386/i386.c
gcc/config/i386/i386.h