From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9310 invoked by alias); 25 Nov 2001 08:42:57 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 9289 invoked from network); 25 Nov 2001 08:42:56 -0000 Received: from unknown (HELO localhost.localdomain) (66.60.148.227) by sourceware.cygnus.com with SMTP; 25 Nov 2001 08:42:56 -0000 Received: from warlock.codesourcery.com (localhost.localdomain [127.0.0.1]) by localhost.localdomain (8.11.6/8.11.6) with ESMTP id fAP8cYe03144; Sun, 25 Nov 2001 00:38:34 -0800 Date: Thu, 15 Nov 2001 09:07:00 -0000 From: Mark Mitchell To: Zack Weinberg , Neil Booth cc: Gabriel Dos Reis , "gcc@gcc.gnu.org" Subject: Re: ICE in change_address at emit_rtl.c Message-ID: <63060000.1006677513@warlock.codesourcery.com> In-Reply-To: <20011124165726.C1538@codesourcery.com> X-Mailer: Mulberry/2.0.8 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-SW-Source: 2001-11/txt/msg00682.txt.bz2 > (Oh, can we please #if 0 out the aux field in tree_common? The only > code that's using it is on the ast-optimizer-branch which will not be > merged in 3.1 - all it's doing is wasting memory.) Just remove it, until the branch is merged. And then we might want to use an on-the-side table, depending. Patch pre-approved. -- Mark Mitchell mark@codesourcery.com CodeSourcery, LLC http://www.codesourcery.com From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Mitchell To: Zack Weinberg , Neil Booth Cc: Gabriel Dos Reis , "gcc@gcc.gnu.org" Subject: Re: ICE in change_address at emit_rtl.c Date: Sun, 25 Nov 2001 00:42:00 -0000 Message-ID: <63060000.1006677513@warlock.codesourcery.com> References: <20011124165726.C1538@codesourcery.com> X-SW-Source: 2001-11/msg01186.html Message-ID: <20011125004200.vva6Y-ohYYwbnEGqX_cNshEZBvMq2wd5Pahd7n3pJEU@z> > (Oh, can we please #if 0 out the aux field in tree_common? The only > code that's using it is on the ast-optimizer-branch which will not be > merged in 3.1 - all it's doing is wasting memory.) Just remove it, until the branch is merged. And then we might want to use an on-the-side table, depending. Patch pre-approved. -- Mark Mitchell mark@codesourcery.com CodeSourcery, LLC http://www.codesourcery.com