From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22891 invoked by alias); 3 Dec 2008 08:59:46 -0000 Received: (qmail 22739 invoked by uid 48); 3 Dec 2008 08:58:25 -0000 Date: Wed, 03 Dec 2008 08:59:00 -0000 Message-ID: <20081203085825.22738.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: "ebotcazou at gcc dot gnu dot org" 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/msg00270.txt.bz2 ------- Comment #7 from ebotcazou at gcc dot gnu dot org 2008-12-03 08:58 ------- > The compilers were configured as follows: > > Target: sparc-sun-solaris2.11 > Configured with: /vol/gcc/src/gcc-dist/configure > CC=/vol/gcc/obj/gcc-4.4.0-20081202/11-gcc-v9/gccv9 > --with-gmp-include=/vol/gcc/obj/gmp-4.2.1-v9 > --with-gmp-lib=/vol/gcc/obj/gmp-4.2.1-v9/.libs > --with-mpfr-include=/vol/gcc/obj/mpfr-2.3.2-v9 > --with-mpfr-lib=/vol/gcc/obj/mpfr-2.3.2-v9/.libs --with-gnu-as > --with-as=/vol/gcc/lib/gas-2.19 --enable-languages=c,ada --prefix=/vol/gcc > --with-local-prefix=/vol/gcc --disable-nls > Thread model: posix > gcc version 4.4.0 20081202 (experimental) [trunk revision 142371] (GCC) > > resp. > > Target: sparc-sun-solaris2.11 > Configured with: /vol/gcc/src/gcc-dist/configure > CC=/vol/gcc/obj/gcc-4.4.0-20081202/11-gcc-v9/gccv9 > --with-gmp-include=/vol/gcc/obj/gmp-4.2.1-v9 > --with-gmp-lib=/vol/gcc/obj/gmp-4.2.1-v9/.libs > --with-mpfr-include=/vol/gcc/obj/mpfr-2.3.2-v9 > --with-mpfr-lib=/vol/gcc/obj/mpfr-2.3.2-v9/.libs --enable-languages=c,ada > --prefix=/vol/gcc --with-local-prefix=/vol/gcc --disable-nls > Thread model: posix > gcc version 4.4.0 20081202 (experimental) [trunk revision 142371] (GCC) 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. -- ebotcazou at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |WAITING http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37799