From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25225 invoked by alias); 12 Apr 2003 14:55:27 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 25211 invoked from network); 12 Apr 2003 14:55:26 -0000 Received: from unknown (HELO uniton.integrable-solutions.net) (62.212.99.186) by sources.redhat.com with SMTP; 12 Apr 2003 14:55:26 -0000 Received: from uniton.integrable-solutions.net (localhost [127.0.0.1]) by uniton.integrable-solutions.net (8.12.3/8.12.3/SuSE Linux 0.6) with ESMTP id h3CEnuH2000861; Sat, 12 Apr 2003 16:49:56 +0200 Received: (from gdr@localhost) by uniton.integrable-solutions.net (8.12.3/8.12.3/Submit) id h3CEntsa000860; Sat, 12 Apr 2003 16:49:55 +0200 X-Authentication-Warning: uniton.integrable-solutions.net: gdr set sender to gdr@integrable-solutions.net using -f To: Zack Weinberg Cc: Mark Mitchell , gcc@gcc.gnu.org, gcc-patches@gcc.gnu.org Subject: Re: Converting to ISO C89 References: <200303250642.h2P6gZ4r025932@doubledemon.codesourcery.com> <1049051672.31975.323.camel@doubledemon.codesourcery.com> <873cl0fomh.fsf@egil.codesourcery.com> From: Gabriel Dos Reis In-Reply-To: <873cl0fomh.fsf@egil.codesourcery.com> Organization: Integrable Solutions Date: Sat, 12 Apr 2003 17:59:00 -0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-04/txt/msg00596.txt.bz2 Zack Weinberg writes: | Mark Mitchell writes: | | > On Sun, 2003-03-30 at 00:15, Gabriel Dos Reis wrote: | >> Mark Mitchell writes: | >> | >> [...] | >> | >> | The verdict is in: it is OK to assume ISO C89 in all code in GCC | >> | proper. (In other words, libiberty and/or other libraries are not | >> | affected.) | >> | >> This patchlet modifies the Makefile machinery to support that | >> decision. OK to install? | > | > Yes, that's fine. | | You can probably also dispense with some settings of -warn in | */Make-lang.in now. Will do so once I'm finished with preparing GCC-3.2.3 prerelease tarballs. -- Gaby