From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12594 invoked by alias); 21 Dec 2012 11:58:03 -0000 Received: (qmail 12488 invoked by uid 48); 21 Dec 2012 11:57:43 -0000 From: "ebotcazou at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug bootstrap/54659] [4.8 Regression] Bootstrap with --disable-nls broken under Windows Date: Fri, 21 Dec 2012 11: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: ASSIGNED X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: rguenth at gcc dot gnu.org X-Bugzilla-Target-Milestone: 4.8.0 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-12/txt/msg02106.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54659 --- Comment #9 from Eric Botcazou 2012-12-21 11:57:41 UTC --- > but of course even better would be to fix the reason for this hack - why > are those Ada files built with a C++ compiler in the first place?! Probably because it would be too complex to invoke 2 compilers in the Makefile. But nobody tried if I recall correctly and volunteers are always welcome. > Why does it need to wrap _everything_ inside extern "C"?? See prefix.h: because the foreign language interface of the Ada part is hardcoded for the C language. This cannot really be changed for the time being, but if the directives are misplaced, feel free to move them around.