From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25915 invoked by alias); 10 Jan 2006 18:09:29 -0000 Received: (qmail 25885 invoked by uid 48); 10 Jan 2006 18:09:24 -0000 Date: Tue, 10 Jan 2006 18:09:00 -0000 Message-ID: <20060110180924.25884.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug bootstrap/25740] Bus Error compiling gcc/config/sparc/sol2-c1.asm 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-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2006-01/txt/msg00967.txt.bz2 List-Id: ------- Comment #5 from ebotcazou at gcc dot gnu dot org 2006-01-10 18:09 ------- > Note that the difference between your system and this one is I have > "--enable-languages=c,c++". That doesn't matter here. > I will try re-configuring this 3.4.4 with sparcv9-sun-solaris2.10 instead of > sparc-sun-solaris and see if that makes a difference. Of course, that makes a big difference! sparc-sun-solaris2.9 is a 32-bit compiler while sparcv9-sun-solaris2.10 is a 64-bit compiler, you cannot compile one with the other, you need to specify either CC="gcc -m32" or CC="gcc -m64" at configure time. -- ebotcazou at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|WAITING |RESOLVED Resolution| |INVALID http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25740