From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 417 invoked by alias); 12 Feb 2005 22:22:57 -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 403 invoked by uid 48); 12 Feb 2005 22:22:55 -0000 Date: Sun, 13 Feb 2005 06:21:00 -0000 Message-ID: <20050212222255.400.qmail@sourceware.org> From: "pinskia at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20050212034634.19919.kent@sas.com> References: <20050212034634.19919.kent@sas.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c++/19919] [regression 3.3/3.4/4.0] X-Bugzilla-Reason: CC X-SW-Source: 2005-02/txt/msg01262.txt.bz2 List-Id: ------- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-12 22:22 ------- This code is invalid and here is why: BePlusTree::ItemList is a dependent name so it needs a typenam keyword in front of it to say that this name is a type. -- What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19919