From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25141 invoked by alias); 16 Dec 2004 15:08:59 -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 24666 invoked by uid 48); 16 Dec 2004 15:08:28 -0000 Date: Thu, 16 Dec 2004 15:08:00 -0000 Message-ID: <20041216150828.24665.qmail@sourceware.org> From: "belyshev at lubercy dot com" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20041216140728.19034.jttoivon@cc.helsinki.fi> References: <20041216140728.19034.jttoivon@cc.helsinki.fi> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c++/19034] [3.4/4.0 Regression] internal compiler error: in cp_tree_equal, at cp/tree.c:1633 X-Bugzilla-Reason: CC X-SW-Source: 2004-12/txt/msg02385.txt.bz2 List-Id: ------- Additional Comments From belyshev at lubercy dot com 2004-12-16 15:08 ------- // reduced testcase template< bool C > struct B { }; template int foo(); template int foo1(); template struct bar : public B <(sizeof(foo()) == 1)> { }; template struct bar1 : public B <(sizeof(foo1()) == 1)> { }; -- What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed| |1 Keywords| |ice-on-valid-code Known to fail| |3.4.4 4.0.0 Known to work| |3.3.5 Last reconfirmed|0000-00-00 00:00:00 |2004-12-16 15:08:27 date| | Summary|internal compiler error: in |[3.4/4.0 Regression] |cp_tree_equal, at |internal compiler error: in |cp/tree.c:1633 |cp_tree_equal, at | |cp/tree.c:1633 Target Milestone|--- |3.4.4 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19034