From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16533 invoked by alias); 4 Sep 2009 08:44:06 -0000 Received: (qmail 16523 invoked by uid 22791); 4 Sep 2009 08:44:05 -0000 X-SWARE-Spam-Status: No, hits=-2.7 required=5.0 tests=AWL,BAYES_00,J_CHICKENPOX_91,RCVD_IN_DNSWL_LOW,WEIRD_PORT X-Spam-Check-By: sourceware.org Received: from c2bthomr04.btconnect.com (HELO c2bthomr04.btconnect.com) (213.123.20.122) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 04 Sep 2009 08:44:00 +0000 Received: from [192.168.1.100] (host81-138-1-83.in-addr.btopenworld.com [81.138.1.83]) by c2bthomr04.btconnect.com with ESMTP id LNZ30421; Fri, 4 Sep 2009 09:43:43 +0100 (BST) Mime-Version: 1.0 (Apple Message framework v753.1) In-Reply-To: <8C688522-05C3-4F1F-9D22-680F2EB4B713@sandoe-acoustics.co.uk> References: <8C688522-05C3-4F1F-9D22-680F2EB4B713@sandoe-acoustics.co.uk> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Office Admin Subject: Re: bootstrap fail on powerpc-apple-darwin8 Date: Fri, 04 Sep 2009 08:44:00 -0000 To: GCC Development Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org X-SW-Source: 2009-09/txt/msg00094.txt.bz2 On 3 Sep 2009, at 12:05, IainS wrote: > uname -prs > Darwin 8.11.0 powerpc > > Updating SVN tree > At revision 151374. > > config: > ../gcc-4-5-regtest/configure --prefix=/Volumes/ScratchCS/gcc-4-5- > install --target=powerpc-apple-darwin8 --host=powerpc-apple-darwin8 > --build=powerpc-apple-darwin8 --enable-languages=c,objc,c++,obj-c+ > +,fortran --enable-version-specific-runtime-libs --enable-threads -- > enable-checking=yes --program-suffix=-4.5.0 --with-dwarf2 --with- > libiconv-prefix=/usr --with-system-zlib --enable-stage1- > languages=c,c++ > > output: > > [address=03d770b0 pc=002cabf8] > ../../gcc-4-5-regtest/gcc/config/rs6000/altivec.md: In function > 'recog_48': > ../../gcc-4-5-regtest/gcc/config/rs6000/altivec.md:1864:1: internal > compiler error: Segmentation Fault > Please submit a full bug report, > with preprocessed source if appropriate. > See for instructions. > make[3]: *** [insn-recog.o] Error 1 > make[2]: *** [all-stage2-gcc] Error 2 > make[1]: *** [stage2-bubble] Error 2 > make: *** [bootstrap] Error 2 > > what other output would hep diagnose this? > (151057 was my last successful bootstrap) to answer my own... As of 151409 powerpc-apple-darwin8 behaves the same as darwin9 (bootstrap is still broken as per PR41224) Iain