http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49104
--- Comment #7 from uros at gcc dot gnu.org 2011-05-22 19:14:54 UTC --- Author: uros Date: Sun May 22 19:14:50 2011 New Revision: 174038 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=174038 Log: PR target/49104 * config/i386/cpuid.h (bit_MMXEXT): New define. libcpp/ChangeLog: 2011-05-22 Uros Bizjak <ubiz...@gmail.com> PR target/49104 * lex.c (init_vectorized_lexer): Do not set "minimum" when __3dNOW_A__ is defined. Check bit_MMXEXT and bit_CMOV to use search_line_mmx. Modified: branches/gcc-4_6-branch/gcc/ChangeLog branches/gcc-4_6-branch/gcc/config/i386/cpuid.h branches/gcc-4_6-branch/libcpp/ChangeLog branches/gcc-4_6-branch/libcpp/lex.c