From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20909 invoked by alias); 8 Feb 2006 17:30:00 -0000 Received: (qmail 20898 invoked by uid 48); 8 Feb 2006 17:29:57 -0000 Date: Wed, 08 Feb 2006 17:30:00 -0000 Message-ID: <20060208172957.20897.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug target/26176] -mtune=i686 builds code including CMOV In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "themgt at mail dot ru" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2006-02/txt/msg00792.txt.bz2 List-Id: ------- Comment #2 from themgt at mail dot ru 2006-02-08 17:29 ------- i586-pc-linux-gnu-gcc -c -Os -march=i586 -mtune=i686 -pipe -fomit-frame-pointer -fno-strict-aliasing -ansi -Wno-return-type -w -I../.. -I../../exports/include -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DFUNCPROTO=15 -DNARROWPROTO -DHASXDMAUTH Wraphelp.c What do you want to see? Something like this? This is part of the output while emerging/compiling xorg. "-Os -march=i586 -mtune=i686 -pipe -fomit-frame-pointer" is part of any compile process, i can see that without the -v flag -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26176