From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13469 invoked by alias); 22 Jul 2005 23:06:14 -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 13416 invoked by uid 48); 22 Jul 2005 23:06:11 -0000 Date: Fri, 22 Jul 2005 23:08:00 -0000 Message-ID: <20050722230611.13415.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 on valid code X-Bugzilla-Reason: CC X-SW-Source: 2005-07/txt/msg02875.txt.bz2 List-Id: ------- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-22 23:06 ------- Here is a reduced testcase with "--param ggc-min-expand=0 --param ggc-min-heapsize=0" template class Test_Union { void perform_test_trivial() { struct check_union { void perform_test_trivial() {} }; } }; -- What |Removed |Added ---------------------------------------------------------------------------- GCC build triplet|powerpc-apple-darwin7.8.0 | GCC host triplet|powerpc-apple-darwin7.8.0 | GCC target triplet|powerpc-apple-darwin7.8.0 | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21687