From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12142 invoked by alias); 12 Nov 2012 21:36:12 -0000 Received: (qmail 12134 invoked by uid 22791); 12 Nov 2012 21:36:12 -0000 X-SWARE-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_VIA_APNIC X-Spam-Check-By: sourceware.org Received: from comm.purplecow.org (HELO comm.purplecow.org) (210.87.62.131) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 12 Nov 2012 21:36:07 +0000 MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-disposition: inline Content-type: text/plain; charset=us-ascii Received: from comm.purplecow.org ([127.0.0.1]) by comm.purplecow.org (Sun Java(tm) System Messaging Server 6.3-6.03 (built Mar 14 2008; 32bit)) with ESMTP id <0MDE00FU59C5CP10@comm.purplecow.org> for gcc-help@gcc.gnu.org; Tue, 13 Nov 2012 08:36:05 +1100 (EST) Received: from comm.purplecow.org ([127.0.0.1] helo=comm.purplecow.org) with IPv4:25 by ASSP.nospam; Tue, 13 Nov 2012 08:36:05 +1100 Received: from [66.103.52.207] by comm.purplecow.org (mshttpd); Mon, 12 Nov 2012 16:36:05 -0500 From: Dennis Clarke To: gcc-help@gcc.gnu.org Cc: Ryan Johnson , Ian Lance Taylor , ebotcazou@adacore.com, jwakely.gcc@gmail.com Message-id: Date: Mon, 12 Nov 2012 21:36:00 -0000 Subject: Re: the struggle for a 64-bit GCC on Solaris 10 - part 2 In-reply-to: References: <50A16762.7050202@cs.utoronto.ca> X-IsSubscribed: yes Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2012-11/txt/msg00083.txt.bz2 ----- Original Message ----- From: Marc Glisse Date: Monday, November 12, 2012 4:29 pm Subject: Re: the struggle for a 64-bit GCC on Solaris 10 - part 2 To: Ryan Johnson Cc: Dennis Clarke , Ian Lance Taylor , gcc-help@gcc.gnu.org, ebotcazou@adacore.com, jwakely.gcc@gmail.com > On Mon, 12 Nov 2012, Ryan Johnson wrote: > > > I'm still really unclear on why you're having so much trouble with > this. Have > > you tried bootstrapping with SunCC like I did? > > I assume you mean suncc. gcc's code contains some C++ bugs that mean > that Oracle's C++ compiler won't compile it (a bit of an issue for 4.8). I have these : $ /opt/solarisstudio12.3/bin/cc -V cc: Sun C 5.12 SunOS_sparc 2011/11/16 $ /opt/solarisstudio12.3/bin/CC -V CC: Sun C++ 5.12 SunOS_sparc 2011/11/16 However I am not using that to bootstrap GCC. Also I am using /usr/ccs/bin/ld and /usr/ccs/bin/as and not GNU as or GNU ld. I am using : $ which gcc /opt/csw/gcc4/bin/gcc $ gcc --version gcc (Blastwave.org Inc. Mon Aug 9 07:10:45 GMT 2010) 4.5.1 Copyright (C) 2010 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See test report filed : http://gcc.gnu.org/ml/gcc-testresults/2010-08/msg01023.html dc