From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31321 invoked by alias); 21 Mar 2009 18:05:20 -0000 Received: (qmail 31225 invoked by uid 48); 21 Mar 2009 18:04:59 -0000 Date: Sat, 21 Mar 2009 18:05:00 -0000 Message-ID: <20090321180459.31224.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug tree-optimization/39355] [4.4 Regression] Revision 144529 miscompiled libcpp/expr.c In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "hjl dot tools at gmail dot com" 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: 2009-03/txt/msg01497.txt.bz2 ------- Comment #40 from hjl dot tools at gmail dot com 2009-03-21 18:04 ------- (In reply to comment #39) > Subject: Re: [4.4 Regression] Revision 144529 miscompiled libcpp/expr.c > The tree stmt is created in remap_block. At this point, I think the > problem is in remap_decls since before the call we have > remap_decls in revision 144529 was incorrect, see PR 39345. I added remapped_type for PR 39345. Please found which remap_decls or remapped_type call is the trigger. We may need another fix for remap_decls/remapped_type. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39355