From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5451 invoked by alias); 31 Jan 2009 22:13:13 -0000 Received: (qmail 5412 invoked by uid 48); 31 Jan 2009 22:13:04 -0000 Date: Sat, 31 Jan 2009 22:13:00 -0000 Message-ID: <20090131221304.5411.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug testsuite/36443] [4.3/4.4 Regression]: HOSTCC doesn't work with installed gcc In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "rob1weld at aol dot com" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2009-01/txt/msg03482.txt.bz2 ------- Comment #45 from rob1weld at aol dot com 2009-01-31 22:13 ------- Here is another attempt using "gcc version 4.4.0 20090128 (experimental) [trunk revision 143729]" to compile "gcc version 4.4.0 20090131 (experimental) [trunk revision 143817]". I have an Athlon X2 running OpenSolaris in 32-bit boot mode on VirtualBox. To attempt to make as much difference between the compilers as possible I first set a few Environment Variables prior to ./configuring the build: export set CC='gcc -ffloat-store -msse3 -mssse3 -m3dnow -msse4.1 -mfpmath=sse,387' export set CPPFLAGS=-fexceptions export set CXX='g++ -ffloat-store -msse3 -mssse3 -m3dnow -msse4.1 -mfpmath=sse,387' Here is the result of the "../gcc_trunk/contrib/compare_tests" output: # ../gcc_trunk/contrib/compare_tests ../gcc_build/gcc/testsuite/gcc/gcc.log.BACKUP.PRE_INSTALL ../gcc_build/gcc/testsuite/gcc/gcc.log.BACKUP.POST_INSTALL # (Nothing Printed) This particular time there is no difference on that one log file. Rob -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36443