From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2389 invoked by alias); 14 Nov 2012 08:34:39 -0000 Received: (qmail 26361 invoked by uid 48); 14 Nov 2012 08:34:18 -0000 From: "mikpe at it dot uu.se" To: gcc-bugs@gcc.gnu.org Subject: [Bug bootstrap/55293] bootstrap failure: invalid conversion from 'char**' to 'const char**' [-fpermissive] Date: Wed, 14 Nov 2012 08:34:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: bootstrap X-Bugzilla-Keywords: build X-Bugzilla-Severity: normal X-Bugzilla-Who: mikpe at it dot uu.se X-Bugzilla-Status: NEW X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 4.7.3 X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 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: 2012-11/txt/msg01223.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55293 --- Comment #15 from Mikael Pettersson 2012-11-14 08:34:11 UTC --- FWIW, I bootstrapped a pure 64-bit gcc-4.7.2 on Solaris 10/SPARC64 yesterday, with C, Ada, and C++, using a normal 32-bit-but-64-bit-capable gcc-4.7.2 as host compiler. About the only issue was that I had to coerce the host compiler to generate 64-bit code by default; for that I put #!/bin/sh exec gcc -m64 "$@" in a "gcc64" shell script and passed the path to it in CC when configuring gcc. Overriding CFLAGS might have worked too, but I didn't try that.