From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8805 invoked by alias); 12 Nov 2012 23:58:10 -0000 Received: (qmail 8611 invoked by uid 48); 12 Nov 2012 23:57:54 -0000 From: "ebotcazou at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug bootstrap/55293] bootstrap failure: invalid conversion from 'char**' to 'const char**' [-fpermissive] Date: Mon, 12 Nov 2012 23:58: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: ebotcazou at gcc dot gnu.org 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: Status Last reconfirmed Component CC Ever Confirmed Summary Target Milestone Build 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/msg01084.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55293 Eric Botcazou changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Last reconfirmed| |2012-11-12 Component|c |bootstrap CC| |ebotcazou at gcc dot | |gnu.org Ever Confirmed|0 |1 Summary|Attempt to bootstrap GCC |bootstrap failure: invalid |4.7.2 on Solaris 10 Sparc |conversion from 'char**' to |fails with |'const char**' |gcc/pretty-print.c:954:28: |[-fpermissive] |error: invalid conversion | |from 'char**' to 'const | |char**' [-fpermissive] | Target Milestone|--- |4.7.3 Build| |*-*-solaris2.* --- Comment #7 from Eric Botcazou 2012-11-12 23:57:53 UTC --- The workaround is to add --disable-nls to the configure line. That being said, we should probably do something.