http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53228
--- Comment #8 from uros at gcc dot gnu.org 2012-05-04 16:58:21 UTC --- Author: uros Date: Fri May 4 16:58:16 2012 New Revision: 187169 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=187169 Log: Backport from mainline 2012-05-04 Uros Bizjak <ubiz...@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 (ix86_option_override_internal): Use TARGET_CMOV. Do not set TARGET_CMOVE here. Modified: branches/gcc-4_7-branch/gcc/ChangeLog branches/gcc-4_7-branch/gcc/config/i386/i386.c branches/gcc-4_7-branch/gcc/config/i386/i386.h