From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29324 invoked by alias); 6 Apr 2005 01:54:01 -0000 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 Received: (qmail 29227 invoked by uid 48); 6 Apr 2005 01:53:56 -0000 Date: Wed, 06 Apr 2005 01:54:00 -0000 Message-ID: <20050406015356.29226.qmail@sourceware.org> From: "federico dot carminati at cern dot ch" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20050405233502.20780.federico.carminati@cern.ch> References: <20050405233502.20780.federico.carminati@cern.ch> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug bootstrap/20780] gcc 4.0 from cvs head fails to build X-Bugzilla-Reason: CC X-SW-Source: 2005-04/txt/msg00574.txt.bz2 List-Id: ------- Additional Comments From federico dot carminati at cern dot ch 2005-04-06 01:53 ------- Thanks a lot for the suggestion. Updating all it goes much further but still dies with if [ x"" != x ]; then \ /usr/local/gcc-4_0/build/./gcc/xgcc -B/usr/local/gcc-4_0/build/./gcc/ -B/opt/gcc-4_0/powerpc- apple-darwin7.8.0/bin/ -B/opt/gcc-4_0/powerpc-apple-darwin7.8.0/lib/ -isystem /opt/gcc-4_0/ powerpc-apple-darwin7.8.0/include -isystem /opt/gcc-4_0/powerpc-apple-darwin7.8.0/sys-include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/floatformat.c -o pic/floatformat.o; \ else true; fi /usr/local/gcc-4_0/build/./gcc/xgcc -B/usr/local/gcc-4_0/build/./gcc/ -B/opt/gcc-4_0/powerpc- apple-darwin7.8.0/bin/ -B/opt/gcc-4_0/powerpc-apple-darwin7.8.0/lib/ -isystem /opt/gcc-4_0/ powerpc-apple-darwin7.8.0/include -isystem /opt/gcc-4_0/powerpc-apple-darwin7.8.0/sys-include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/floatformat.c -o floatformat.o In file included from ../../../libiberty/floatformat.c:34: ../../../libiberty/../include/libiberty.h:80: warning: function declaration isn't a prototype ../../../libiberty/floatformat.c: In function 'floatformat_to_double': ../../../libiberty/floatformat.c:312: warning: floating constant exceeds range of 'float' /var/tmp//ccDSlyQP.s:722:stfiwx instruction is optional for the PowerPC (not allowed without -force_cpusubtype_ALL option) /var/tmp//ccDSlyQP.s:774:stfiwx instruction is optional for the PowerPC (not allowed without -force_cpusubtype_ALL option) make[1]: *** [floatformat.o] Error 1 make: *** [all-target-libiberty] Error 2 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20780