From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32655 invoked by alias); 26 Aug 2005 22:21:27 -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 32618 invoked by uid 48); 26 Aug 2005 22:21:19 -0000 Date: Fri, 26 Aug 2005 22:37:00 -0000 Message-ID: <20050826222119.32617.qmail@sourceware.org> From: "reichelt at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20050826221750.23586.reichelt@gcc.gnu.org> References: <20050826221750.23586.reichelt@gcc.gnu.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c++/23586] [3.4/4.0/4.1 regression] Bad diagnostic for invalid namespace-name X-Bugzilla-Reason: CC X-SW-Source: 2005-08/txt/msg03098.txt.bz2 List-Id: ------- Additional Comments From reichelt at gcc dot gnu dot org 2005-08-26 22:21 ------- Btw, the problem is related to PR13377. The problem there is twofold: The compiler fails to report which name is not a namespace-name (N2) and why (because it's ambiguous). The patch would only fix the first problem; the second would still remain. -- What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|unassigned at gcc dot gnu |reichelt at gcc dot gnu dot |dot org |org URL| |http://gcc.gnu.org/ml/gcc- | |patches/2005- | |08/msg01601.html Status|NEW |ASSIGNED http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23586