From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1707 invoked by alias); 21 Jul 2005 17:44:19 -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 1604 invoked by uid 48); 21 Jul 2005 17:44:11 -0000 Date: Thu, 21 Jul 2005 17:54:00 -0000 Message-ID: <20050721174411.1603.qmail@sourceware.org> From: "pinskia at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20050716194156.22514.pinskia@gcc.gnu.org> References: <20050716194156.22514.pinskia@gcc.gnu.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug debug/22514] [4.1 Regression] ICE in force_decl_die with invalid code after error X-Bugzilla-Reason: CC X-SW-Source: 2005-07/txt/msg02602.txt.bz2 List-Id: ------- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-21 17:44 ------- Here is a shorter testcase: namespace s { template struct _List_base { int _M_impl; }; template struct list : _List_base { using _List_base::_M_impl; } } s::list<1> OutputModuleListType; -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22514