]> gcc.gnu.org Git - gcc.git/commit
tree.h (struct tree_block): Move locus member next to flags.
authorRichard Guenther <rguenther@suse.de>
Sun, 25 Nov 2007 14:26:10 +0000 (14:26 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Sun, 25 Nov 2007 14:26:10 +0000 (14:26 +0000)
commit87caf699bdbee02675437483d08bcfa742277a62
tree4f90b0636e3c28f99068596b3f97669cdfe3b1b1
parentf1c8c7eef7349f0aae539bd1b45875ac5bcbaede
tree.h (struct tree_block): Move locus member next to flags.

2007-11-25  Richard Guenther  <rguenther@suse.de>

* tree.h (struct tree_block): Move locus member next to
flags.
* c-decl.c (SCOPE_LIST_APPEND): Use BLOCK_CHAIN.
(SCOPE_LIST_CONCAT): Likewise.
(pop_scope): Likewise.
* function.c (instantiate_decls_1): Likewise.
(setjmp_vars_warning): Likewise.
* emit-rtl.c (set_used_decls): Likewise.
* tree-inline.c (add_lexical_block): Likewise.

cp/
decl.c (poplevel): Use BLOCK_CHAIN.

ada/
utils.c (gnat_pushlevel): Use BLOCK_CHAIN.
(gnat_poplevel): Likewise.

From-SVN: r130407
gcc/ChangeLog
gcc/ada/ChangeLog
gcc/ada/utils.c
gcc/c-decl.c
gcc/cp/ChangeLog
gcc/cp/decl.c
gcc/emit-rtl.c
gcc/function.c
gcc/tree-inline.c
gcc/tree.h
This page took 0.07168 seconds and 5 git commands to generate.