Re: [PATCH 17/18] introduce block_chainon and use BLOCK_CHAIN more

2011-03-12 Thread Eric Botcazou
> gcc/ada/ > * gcc-interface/utils.c (gnat_poplevel): Use block_chainon. OK, thanks. -- Eric Botcazou

Re: [PATCH 17/18] introduce block_chainon and use BLOCK_CHAIN more

2011-03-11 Thread Tom Tromey
> "Nathan" == Nathan Froyd writes: Nathan> gcc/java/ Nathan> * decl.c (poplevel): Use BLOCK_CHAIN and block_chainon. This is ok. Tom

Re: [PATCH 17/18] introduce block_chainon and use BLOCK_CHAIN more

2011-03-11 Thread Nathan Froyd
On Fri, Mar 11, 2011 at 02:15:20PM +0100, Richard Guenther wrote: > On Fri, Mar 11, 2011 at 5:23 AM, Nathan Froyd > wrote: > > BLOCKs have a TREE_CHAIN and a TREE_TYPE; TREE_TYPE is useless for > > blocks, but we can't remove TREE_TYPE without also removing TREE_CHAIN. > > This patch lays the gro

Re: [PATCH 17/18] introduce block_chainon and use BLOCK_CHAIN more

2011-03-11 Thread Richard Guenther
On Fri, Mar 11, 2011 at 5:23 AM, Nathan Froyd wrote: > BLOCKs have a TREE_CHAIN and a TREE_TYPE; TREE_TYPE is useless for > blocks, but we can't remove TREE_TYPE without also removing TREE_CHAIN. > This patch lays the groundwork to do just that.  It changes places that > use chainon on BLOCKs to u

[PATCH 17/18] introduce block_chainon and use BLOCK_CHAIN more

2011-03-10 Thread Nathan Froyd
BLOCKs have a TREE_CHAIN and a TREE_TYPE; TREE_TYPE is useless for blocks, but we can't remove TREE_TYPE without also removing TREE_CHAIN. This patch lays the groundwork to do just that. It changes places that use chainon on BLOCKs to use block_chainon, which works identically to chainon except it