From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10495 invoked by alias); 7 Feb 2006 14:49:13 -0000 Received: (qmail 10480 invoked by uid 48); 7 Feb 2006 14:49:09 -0000 Date: Tue, 07 Feb 2006 14:49:00 -0000 Message-ID: <20060207144909.10479.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug libstdc++/26142] global debug namespace clashes everywhere In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "pinskia at gcc dot gnu dot org" 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 X-SW-Source: 2006-02/txt/msg00661.txt.bz2 List-Id: ------- Comment #4 from pinskia at gcc dot gnu dot org 2006-02-07 14:49 ------- (In reply to comment #1) > In fact this cause us to produce an error and an ICE for the following code: > #include > > namespace debug > { > int i; > } > ------ > t.cc:4: error: namespace alias ‘debug’ not allowed here, assuming > ‘std::__gnu_debug’ > t.cc:4: internal compiler error: in resume_scope, at cp/name-lookup.c:1372 > Please submit a full bug report, > with preprocessed source if appropriate. > See for instructions. > > The ICE should be filed as a seperate bug. I filed that as PR 26155. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26142