From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14092 invoked by alias); 27 Aug 2007 22:53:03 -0000 Received: (qmail 14057 invoked by uid 22791); 27 Aug 2007 22:53:02 -0000 X-Spam-Check-By: sourceware.org Received: from mailhost.cs.tamu.edu (HELO postal.cs.tamu.edu) (128.194.138.100) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 27 Aug 2007 22:52:51 +0000 Received: from soliton.cs.tamu.edu (vpn-18.cs.tamu.edu [128.194.150.18]) by postal.cs.tamu.edu (Postfix) with ESMTP id 9F2F046DE01; Mon, 27 Aug 2007 17:52:49 -0500 (CDT) Received: by soliton.cs.tamu.edu (Postfix, from userid 1000) id 82B4B1AAF7; Mon, 27 Aug 2007 17:59:24 -0500 (CDT) To: "Kaveh R. GHAZI" Cc: Richard Guenther , Daniel Berlin , gcc-patches@gcc.gnu.org Subject: Re: [PATCH INSTALLED]: const typedefs part 19/N References: <4aca3dc20708270733p7181ee8dreb4ca0e804fb8eaf@mail.gmail.com> <84fc9c000708270909w4fa3fcf3q6b7cb9decee5bffb@mail.gmail.com> From: Gabriel Dos Reis In-Reply-To: Date: Mon, 27 Aug 2007 23:17:00 -0000 Message-ID: <87ejho4m9f.fsf@soliton.cs.tamu.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2007-08/txt/msg01898.txt.bz2 "Kaveh R. GHAZI" writes: [...] | It could mean making it *possible* to build with a C++ compiler, i.e. use | -Wc++-compat for the whole compiler but still allow using plain C to | bootstrap. (Has anyone tried this recently? Gaby?) I haven't tried recently, mostly because I have been travelling and away from my development machine. I suspect this is probably a good time to try again. -- Gaby