From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23947 invoked by alias); 14 Mar 2006 16:49:06 -0000 Received: (qmail 23939 invoked by uid 22791); 14 Mar 2006 16:49:06 -0000 X-Spam-Check-By: sourceware.org Received: from palrel13.hp.com (HELO palrel13.hp.com) (156.153.255.238) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 14 Mar 2006 16:49:04 +0000 Received: from smtp1.ptp.hp.com (hpda.cup.hp.com [15.1.28.250]) by palrel13.hp.com (Postfix) with ESMTP id 33FD63B764; Tue, 14 Mar 2006 08:49:02 -0800 (PST) Received: from hpsje.cup.hp.com (hpsje.cup.hp.com [16.89.92.85]) by smtp1.ptp.hp.com (Postfix) with ESMTP id 0F4C33BD6EF; Tue, 14 Mar 2006 16:49:02 +0000 (UTC) Received: (from sje@localhost) by hpsje.cup.hp.com (8.9.3 (PHNE_24419+JAGae58098)/8.7.3 TIS Messaging 5.0) id IAA14478; Tue, 14 Mar 2006 08:49:01 -0800 (PST) Date: Tue, 14 Mar 2006 16:49:00 -0000 From: Steve Ellcey Message-Id: <200603141649.IAA14478@hpsje.cup.hp.com> To: gcc-patches@gcc.gnu.org Cc: uttamp@us.ibm.com, roger@eyesopen.com Subject: Re: Patch ping In-Reply-To: <1142278025.18913.259.camel@linux.site> 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/msg00860.txt.bz2 > 2006-03-13 Uttam Pawar > > * gensupport.c (identify_predicable_attribute): Free > p_false pointer. > * gcov.c (create_file_names): Free name pointer. > > PR rtl-optimization/25739 > * bt-load.c (augment_live_range): Free tos pointer. I think that this patch may be breaking the IA64 bootstrap (HP-UX and Linux). It is dying with: build/genmddeps /proj/opensrc/nightly/src/trunk/gcc/config/ia64/ia64.md > tmp-mddeps /proj/opensrc/nightly/src/trunk/gcc/config/ia64/ia64.md:792: unknown value `no' for `predicable' attribute /proj/opensrc/nightly/src/trunk/gcc/config/ia64/ia64.md:1992: unknown value `no' for `predicable' attribute (and a bunch more) I am guessing this may be related to the change made to identify_predicable_attribute. Is anyone seeing this? Steve Ellcey sje@cup.hp.com