From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25947 invoked by alias); 14 Mar 2006 16:55:08 -0000 Received: (qmail 25937 invoked by uid 22791); 14 Mar 2006 16:55:08 -0000 X-Spam-Check-By: sourceware.org Received: from mail-out3.fuse.net (HELO smtp3.fuse.net) (216.68.8.176) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 14 Mar 2006 16:55:06 +0000 Received: from gx5.fuse.net ([216.68.184.99]) by smtp3.fuse.net (InterMail vM.6.01.04.04 201-2131-118-104-20050224) with ESMTP id <20060314165504.GHWP25315.smtp3.fuse.net@gx5.fuse.net> for ; Tue, 14 Mar 2006 11:55:04 -0500 Received: from dellpi.pinski.fam ([216.68.184.99]) by gx5.fuse.net (InterMail vG.1.02.00.02 201-2136-104-102-20041210) with ESMTP id <20060314165504.WBVA4651.gx5.fuse.net@dellpi.pinski.fam>; Tue, 14 Mar 2006 11:55:04 -0500 Received: from [10.0.0.55] (dandelion.i.pinski.fam [10.0.0.55]) by dellpi.pinski.fam (8.12.2/8.12.1) with ESMTP id k2EGt0Q9007570; Tue, 14 Mar 2006 11:55:00 -0500 (EST) In-Reply-To: <200603141649.IAA14478@hpsje.cup.hp.com> References: <200603141649.IAA14478@hpsje.cup.hp.com> Mime-Version: 1.0 (Apple Message framework v622) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: Content-Transfer-Encoding: 7bit Cc: gcc-patches@gcc.gnu.org, roger@eyesopen.com, uttamp@us.ibm.com From: Andrew Pinski Subject: Re: Patch ping Date: Tue, 14 Mar 2006 16:55:00 -0000 To: Steve Ellcey X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2006-03/txt/msg00861.txt.bz2 On Mar 14, 2006, at 11:49 AM, Steve Ellcey wrote: > I am guessing this may be related to the change made to > identify_predicable_attribute. Is anyone seeing this? No but it does look wrong. predicable_false = p_false; So it is not leaked at the end of the function but rather when it is replaced. Maybe doing a free right before the assignment to predicable_false and removing the free at the end of identify_predicable_attribute will keep the leak fixed and fix the bootstrap bug. -- Pinski