cp-tree.h (TREE_INDIRECT_USING): Use TREE_LANG_FLAG_0 accessor.
authorRichard Biener <rguenth@gcc.gnu.org>
Tue, 21 Aug 2012 10:03:38 +0000 (10:03 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Tue, 21 Aug 2012 10:03:38 +0000 (10:03 +0000)
commitc1aaec5bf88a551100211db824f9a5666d25c2b8
tree5d388d9b3940ec295a06b72282eb23fb4a67ac18
parent12d876079acd2a3dddc519467eeb4cc00219b1cc
cp-tree.h (TREE_INDIRECT_USING): Use TREE_LANG_FLAG_0 accessor.

2012-08-21  Richard Guenther  <rguenther@suse.de>

cp/
* cp-tree.h (TREE_INDIRECT_USING): Use TREE_LANG_FLAG_0 accessor.
(ATTR_IS_DEPENDENT): Likewise.
(ARGUMENT_PACK_INCOMPLETE_P): Use TREE_ADDRESSABLE instead of
TREE_LANG_FLAG_0 on TREE_VECs.

* tree.h (struct tree_base): Add union to make it possible to
re-use the upper 4 bytes for tree codes that do not need as
many flags as others.  Move visited and default_def_flag to
common bits section in exchange for saturating_flag and
unsigned_flag.  Add SSA name version and tree vec length
fields here.
(struct tree_vec): Remove length field here.
(struct tree_ssa_name): Remove version field here.

From-SVN: r190558
gcc/ChangeLog
gcc/cp/ChangeLog
gcc/cp/cp-tree.h
gcc/tree.h