From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12186 invoked by alias); 13 Mar 2007 21:40:20 -0000 Received: (qmail 12103 invoked by uid 48); 13 Mar 2007 21:40:10 -0000 Date: Tue, 13 Mar 2007 21:40:00 -0000 Message-ID: <20070313214010.12101.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug c++/30108] [4.0/4.1 Regression] internal compiler error: in make_decl_rtl, at varasm.c:890 In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "pinskia at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2007-03/txt/msg01214.txt.bz2 ------- Comment #14 from pinskia at gcc dot gnu dot org 2007-03-13 21:40 ------- (In reply to comment #13) > I think this patch causes the regression reported in PR 31165. copy_node is > incorrect as it will even copy decls, I think copy_node should be replaced with > unshare_expr instead. A quick run with that change, fixes 31165. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30108