summaryrefslogtreecommitdiff
path: root/gcc/tree.def
diff options
context:
space:
mode:
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>2009-08-28 19:37:37 +0000
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>2009-08-28 19:37:37 +0000
commit73c1c1d21e4a72b5b50dddb80152e35d84b063fb (patch)
tree58663a3c1d86ad64903b9c285e53a3fd9b7abb49 /gcc/tree.def
parent930d1d3fe2835ab89d2bbe688d730bfd75a4f16e (diff)
downloadgcc-73c1c1d21e4a72b5b50dddb80152e35d84b063fb.tar.gz
2009-08-28 Richard Guenther <rguenther@suse.de>
* tree.def: Remove note about obsolete TYPE_NONCOPIED_PARTS. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@151177 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tree.def')
-rw-r--r--gcc/tree.def10
1 files changed, 0 insertions, 10 deletions
diff --git a/gcc/tree.def b/gcc/tree.def
index b4828ad9478..e7be1d0abab 100644
--- a/gcc/tree.def
+++ b/gcc/tree.def
@@ -89,16 +89,6 @@ DEFTREECODE (BLOCK, "block", tcc_exceptional, 0)
that are variants made by type modifiers such as "const" and "volatile".
The TYPE_MAIN_VARIANT field, in any member of such a chain,
points to the start of the chain.
- The TYPE_NONCOPIED_PARTS field is a list specifying which parts
- of an object of this type should *not* be copied by assignment.
- The TREE_VALUE of each is a FIELD_DECL that should not be
- copied. The TREE_PURPOSE is an initial value for that field when
- an object of this type is initialized via an INIT_EXPR. It may
- be NULL if no special value is required. Even the things in this
- list are copied if the right-hand side of an assignment is known
- to be a complete object (rather than being, perhaps, a subobject
- of some other object.) The determination of what constitutes a
- complete object is done by fixed_type_p.
The TYPE_NAME field contains info on the name used in the program
for this type (for GDB symbol table output). It is either a
TYPE_DECL node, for types that are typedefs, or an IDENTIFIER_NODE