From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9037 invoked by alias); 24 May 2005 14:47:07 -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 9026 invoked by uid 48); 24 May 2005 14:47:01 -0000 Date: Tue, 24 May 2005 15:06:00 -0000 Message-ID: <20050524144701.9025.qmail@sourceware.org> From: "reichelt at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20050520170626.21681.dave@boost-consulting.com> References: <20050520170626.21681.dave@boost-consulting.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c++/21681] [4.0/4.1 Regression] Internal Compiler Error X-Bugzilla-Reason: CC X-SW-Source: 2005-05/txt/msg03278.txt.bz2 List-Id: ------- Additional Comments From reichelt at gcc dot gnu dot org 2005-05-24 14:46 ------- Even shorter testcase: ================================ template struct A; struct B { template void foo() { A::X::Y; } }; ================================ -- What |Removed |Added ---------------------------------------------------------------------------- CC| |reichelt at gcc dot gnu dot | |org Keywords| |monitored http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21681