From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13013 invoked by alias); 23 Apr 2005 20:38:25 -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 12953 invoked by uid 48); 23 Apr 2005 20:38:21 -0000 Date: Sat, 23 Apr 2005 20:38:00 -0000 Message-ID: <20050423203821.12952.qmail@sourceware.org> From: "pinskia at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20050423202713.21181.tneumann@pi3.informatik.uni-mannheim.de> References: <20050423202713.21181.tneumann@pi3.informatik.uni-mannheim.de> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c++/21181] namespace lookup error message misleading X-Bugzilla-Reason: CC X-SW-Source: 2005-04/txt/msg03333.txt.bz2 List-Id: ------- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-23 20:38 ------- This is a dup of bug 19403. The problem is that GCC before 4.0.0, the friend was saying the wrong friend was a friend of B. But in 4.0.0 we get that right but a decided that the class was declared in the namespace which is wrong, it should not be injected. This is all fixed already on the mainline. *** This bug has been marked as a duplicate of 19403 *** -- What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |DUPLICATE http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21181