From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19773 invoked by alias); 22 Jul 2005 23:08:30 -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 19766 invoked by uid 48); 22 Jul 2005 23:08:27 -0000 Date: Fri, 22 Jul 2005 23:09:00 -0000 Message-ID: <20050722230827.19765.qmail@sourceware.org> From: "pinskia at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20050520220116.21687.pinskia@gcc.gnu.org> References: <20050520220116.21687.pinskia@gcc.gnu.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c++/21687] [4.0/4.1 Regression] ICE in GC with local class inside a template function X-Bugzilla-Reason: CC X-SW-Source: 2005-07/txt/msg02876.txt.bz2 List-Id: ------- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-22 23:08 ------- A little further: template void perform_test_trivial() { struct check_union { void perform_test_trivial() {} }; } -- What |Removed |Added ---------------------------------------------------------------------------- Summary|[4.0/4.1 Regression] ICE in |[4.0/4.1 Regression] ICE in |GC with local class inside a|GC with local class inside a |function inside a template |template function |class | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21687