From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22967 invoked by alias); 3 Dec 2008 14:33:10 -0000 Received: (qmail 21137 invoked by alias); 3 Dec 2008 14:31:50 -0000 Date: Wed, 03 Dec 2008 14:33:00 -0000 Message-ID: <20081203143150.21136.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug ada/37799] SEGV compiling ada/ada.ads in stage2 In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "ro at techfak dot uni-bielefeld dot de" 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: 2008-12/txt/msg00286.txt.bz2 ------- Comment #8 from ro at techfak dot uni-bielefeld dot de 2008-12-03 14:31 ------- Subject: Re: SEGV compiling ada/ada.ads in stage2 ebotcazou at gcc dot gnu dot org writes: > But these are not 64-bit compilers, see the target triplet. You need to pass > --build=sparc64-sun-solaris2.11 and start with a 64-bit compiler. I fear you're right: it occured to me that the GCC 3.4.3 I started with didn't have proper multilib support. I had started with gcc3.4.3 -m64 (which would have been a 64-bit compiler), but forgot to specify the correct target triplet, though I'm pretty sure I did so when I first reported the bug. I've now used a 32-bit gcc 4.4.0 with -m64 as bootstrap compiler and specified --build=sparcv9-sun-solaris2.10. This time, the bootstrap finished, so this has been pilot error ;-( Rainer -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37799