From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27873 invoked by alias); 30 Jun 2004 17:42:07 -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 27866 invoked by uid 48); 30 Jun 2004 17:42:06 -0000 Date: Wed, 30 Jun 2004 17:49:00 -0000 From: "bangerth at dealii dot org" To: gcc-bugs@gcc.gnu.org Message-ID: <20040630174205.16301.bangerth@dealii.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c++/16301] New: ICE with strong using X-Bugzilla-Reason: CC X-SW-Source: 2004-06/txt/msg03966.txt.bz2 List-Id: Not important, but maybe worth fixing sometime anyway: ------------------ namespace NS2 { using namespace NS1 __attribute__ ((strong)); } ------------------ g/x> /home/bangerth/bin/gcc-3.4-pre/bin/c++ -c y.cc y.cc:3: error: expected namespace-name before "__attribute__" y.cc:3: error: `' is not a namespace y.cc:3: internal compiler error: tree check: expected namespace_decl, have error_mark in parse_using_directive, at cp/name-lookup.c:3409 Please submit a full bug report, with preprocessed source if appropriate. See for instructions. W. -- Summary: ICE with strong using Product: gcc Version: 3.5.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: bangerth at dealii dot org CC: gcc-bugs at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16301