From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29108 invoked by alias); 17 Dec 2002 23:40: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 29096 invoked from network); 17 Dec 2002 23:40:25 -0000 Received: from unknown (HELO mx2.redhat.com) (12.150.115.133) by 209.249.29.67 with SMTP; 17 Dec 2002 23:40:25 -0000 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.11.6/8.11.6) with ESMTP id gBHNaJN20438; Tue, 17 Dec 2002 18:36:19 -0500 Received: from potter.sfbay.redhat.com (potter.sfbay.redhat.com [172.16.27.15]) by int-mx2.corp.redhat.com (8.11.6/8.11.6) with ESMTP id gBHNdxN19472; Tue, 17 Dec 2002 18:40:02 -0500 Received: from localhost.localdomain (frothingslosh.sfbay.redhat.com [172.16.24.27]) by potter.sfbay.redhat.com (8.11.6/8.11.6) with ESMTP id gBHNdvg20995; Tue, 17 Dec 2002 15:39:57 -0800 Received: (from rth@localhost) by localhost.localdomain (8.11.6/8.11.6) id gBHNdtb02264; Tue, 17 Dec 2002 15:39:55 -0800 X-Authentication-Warning: localhost.localdomain: rth set sender to rth@redhat.com using -f Date: Tue, 17 Dec 2002 15:54:00 -0000 From: Richard Henderson To: Gabriel Dos Reis Cc: Jan Hubicka , Neil Booth , David Edelsohn , Zack Weinberg , gcc@gcc.gnu.org, libstdc++@gcc.gnu.org Subject: Re: basic-improvements merge status Message-ID: <20021217233955.GB2188@redhat.com> Mail-Followup-To: Richard Henderson , Gabriel Dos Reis , Jan Hubicka , Neil Booth , David Edelsohn , Zack Weinberg , gcc@gcc.gnu.org, libstdc++@gcc.gnu.org References: <87bs3l3ab5.fsf@egil.codesourcery.com> <200212162212.RAA27306@makai.watson.ibm.com> <20021216221828.GB3138@kam.mff.cuni.cz> <20021216222324.GA511@daikokuya.co.uk> <20021216230448.GJ3138@kam.mff.cuni.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i X-SW-Source: 2002-12/txt/msg01086.txt.bz2 On Tue, Dec 17, 2002 at 09:40:01AM +0100, Gabriel Dos Reis wrote: > Well, it is precisely the *compiler's job* to provide that > environment. No, it's the *toolchain*'s job. By that I mean libc included. We should not get into the business of filling in the holes in the c runtime. > Since it doesn't, because there no library support with > it), it is *wrong* to assume it is operating in C99 mode. On the other hand, if you don't have a c99-compliant library, I wonder if you should be using -std=c99 at all. r~