From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1742 invoked by alias); 27 Feb 2004 12:47:02 -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 1735 invoked by uid 48); 27 Feb 2004 12:47:02 -0000 Date: Fri, 27 Feb 2004 12:47:00 -0000 Message-ID: <20040227124702.1732.qmail@sources.redhat.com> From: "giovannibajo at libero dot it" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20040223132906.14258.japple@freeshell.org> References: <20040223132906.14258.japple@freeshell.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c++/14258] [3.4/3.5 Regression] typename in a using declaration reports bogus error X-Bugzilla-Reason: CC X-SW-Source: 2004-02/txt/msg02609.txt.bz2 List-Id: ------- Additional Comments From giovannibajo at libero dot it 2004-02-27 12:47 ------- The problem is that our USING_DECL doesn't record the "typename", that is the fact that it is a type which is imported through it. This used to work thanks to the implicit type name extension, I believe. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14258