From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12024 invoked by alias); 15 Nov 2004 12:06:32 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 11710 invoked from network); 15 Nov 2004 12:06:14 -0000 Received: from unknown (HELO mail02.syd.optusnet.com.au) (211.29.132.183) by sourceware.org with SMTP; 15 Nov 2004 12:06:14 -0000 Received: from froddo (c211-30-241-206.rivrw5.nsw.optusnet.com.au [211.30.241.206]) by mail02.syd.optusnet.com.au (8.12.11/8.12.11) with ESMTP id iAFC6CdM022209 for ; Mon, 15 Nov 2004 23:06:12 +1100 Subject: PLease test with gcc 3.4.3 From: Ken Foskey To: gcc help Content-Type: text/plain Date: Mon, 15 Nov 2004 12:06:00 -0000 Message-Id: <1100520376.26551.26.camel@froddo.foskey.org.au> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-SW-Source: 2004-11/txt/msg00069.txt.bz2 I have raised this with Debian on gcc 3.4.2 and no response yet: namespace a {} namespace b {} namespace c { namespace a = b; } This fails to compile with: $ gcc-3.4 test.cpp test.cpp:4: error: declaration of `namespace a' conflicts with test.cpp:1: error: previous declaration of `namespace a' here This works with gcc 3.4.1 apparently. Could someone please check the new 3.4.3 release. -- Ken Foskey OpenOffice.org