From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30774 invoked by alias); 19 Jan 2004 20:04:12 -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 30759 invoked from network); 19 Jan 2004 20:04:11 -0000 Received: from unknown (HELO uniton.integrable-solutions.net) (62.212.99.186) by sources.redhat.com with SMTP; 19 Jan 2004 20:04:11 -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 i0JJve9b010473; Mon, 19 Jan 2004 20:57:40 +0100 Received: (from gdr@localhost) by uniton.integrable-solutions.net (8.12.3/8.12.3/Submit) id i0JJvdR6010472; Mon, 19 Jan 2004 20:57:39 +0100 X-Authentication-Warning: uniton.integrable-solutions.net: gdr set sender to gdr@integrable-solutions.net using -f To: Gerald Pfeifer Cc: Bruce Korb , gcc@gcc.gnu.org, Eric Botcazou Subject: Re: fixinc regression for with C++ on Solaris 9 References: From: Gabriel Dos Reis In-Reply-To: Organization: Integrable Solutions Date: Mon, 19 Jan 2004 20:04:00 -0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2004-01/txt/msg01366.txt.bz2 Gerald Pfeifer writes: | [ C++ gurus, below there is a four-liner which I believe to be | valid C++, but a double check would be appreciated. ] [...] | For the following C++ program | | #include | using namespace std; | #include | | int main() { return 0; } It is a valid C++ program. -- Gaby