This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: ICE in change_address at emit_rtl.c
- From: Zack Weinberg <zack at codesourcery dot com>
- To: Mark Mitchell <mark at codesourcery dot com>
- Cc: Neil Booth <neil at daikokuya dot demon dot co dot uk>,Gabriel Dos Reis <gdr at codesourcery dot com>,"gcc at gcc dot gnu dot org" <gcc at gcc dot gnu dot org>
- Date: Mon, 26 Nov 2001 11:45:51 -0800
- Subject: Re: ICE in change_address at emit_rtl.c
- References: <20011124165726.C1538@codesourcery.com> <63060000.1006677513@warlock.codesourcery.com>
On Sun, Nov 25, 2001 at 12:38:33AM -0800, Mark Mitchell wrote:
> >(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.
Neil tried to do this a few weeks back and got shot down because
apparently it would make trunk->branch merges harder. What has
changed?
zw