From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5701 invoked by alias); 12 Sep 2008 08:34:39 -0000 Received: (qmail 5514 invoked by uid 48); 12 Sep 2008 08:33:19 -0000 Date: Fri, 12 Sep 2008 08:34:00 -0000 Message-ID: <20080912083319.5512.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug tree-optimization/14703] [4.4 regression] Inadequate optimization of inline templated functions, infinite loop in ipa-reference and memory hog In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "hubicka 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: 2008-09/txt/msg01432.txt.bz2 ------- Comment #13 from hubicka at gcc dot gnu dot org 2008-09-12 08:33 ------- Having testcase would be great. In theory removing unused things from debug info should not make any difference. Perhaps it is related to stack frame packing, that is only other place walking blocks. could you please try adding && is_gimple_reg (*t)? Honza -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14703