From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4920 invoked by alias); 6 Apr 2003 02:46:51 -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 4913 invoked from network); 6 Apr 2003 02:46:50 -0000 Received: from unknown (HELO desire.geoffk.org) (12.235.88.42) by sources.redhat.com with SMTP; 6 Apr 2003 02:46:50 -0000 Received: (from geoffk@localhost) by desire.geoffk.org (8.11.6/8.11.6) id h362jrA05962; Sat, 5 Apr 2003 18:45:53 -0800 X-Authentication-Warning: desire.geoffk.org: geoffk set sender to geoffk@geoffk.org using -f To: "Kaveh R. Ghazi" Cc: gcc@gcc.gnu.org, gdr@integrable-solutions.net, mark@codesourcery.com, tromey@redhat.com Subject: Re: Converting to ISO C89 References: <200303250642.h2P6gZ4r025932@doubledemon.codesourcery.com> <1048612019.25895.7.camel@doubledemon.codesourcery.com> <200303251752.MAA08671@caip.rutgers.edu> <87d6k0h3cm.fsf@egil.codesourcery.com> <200304060159.UAA18850@caip.rutgers.edu> From: Geoff Keating Date: Sun, 06 Apr 2003 04:40:00 -0000 In-Reply-To: <200304060159.UAA18850@caip.rutgers.edu> Message-ID: User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-04/txt/msg00236.txt.bz2 "Kaveh R. Ghazi" writes: > If you read down near the bottom, you'll see that he mentions the C++ > features he expected to use, namely "classes, destructors, and > exceptions." He makes no mention of libstdc++ or STL, etc. Exceptions require at least libsupc++, which is part of libstdc++. -- - Geoffrey Keating