From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15602 invoked by alias); 10 Dec 2003 17:18:37 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 15570 invoked by uid 48); 10 Dec 2003 17:18:36 -0000 Date: Wed, 10 Dec 2003 17:18:00 -0000 From: "boris at kolpackov dot net" To: gcc-bugs@gcc.gnu.org Message-ID: <20031210171832.13377.boris@kolpackov.net> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c++/13377] New: unexpected behavior of namespace usage directive X-Bugzilla-Reason: CC X-SW-Source: 2003-12/txt/msg01238.txt.bz2 List-Id: $ cat > test.cpp namespace N1 { namespace N2 { } } namespace N2 { } using namespace N1; using namespace N2; $ g++ --version g++ (GCC) 3.3.2 (Debian) $ g++ -c test.cpp test.cpp:13: error: `' is not a namespace $ -- Summary: unexpected behavior of namespace usage directive Product: gcc Version: 3.3.2 Status: UNCONFIRMED Severity: normal Priority: P2 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: boris at kolpackov dot net CC: gcc-bugs at gcc dot gnu dot org GCC build triplet: i386-debian-gnu/linux GCC host triplet: i386-debian-gnu/linux GCC target triplet: i386-debian-gnu/linux http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13377