diff options
author | ebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-11-11 16:55:29 +0000 |
---|---|---|
committer | ebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-11-11 16:55:29 +0000 |
commit | 4c163af5e77c2035147a1e60bc84e58b75971e3f (patch) | |
tree | 9d801bea0646b4030a6ef1115de2690dafea369c /gcc/tree-core.h | |
parent | 28cd2e890dca7851c9ddd3a3de59c0e877f55385 (diff) | |
download | gcc-4c163af5e77c2035147a1e60bc84e58b75971e3f.tar.gz |
* tree.h (CONSTRUCTOR_NO_CLEARING): Define.
* tree-core.h (CONSTRUCTOR_NO_CLEARING): Document it.
* tree.def (CONSTRUCTOR): Likewise.
* doc/generic.texi (CONSTRUCTOR): Likewise. Update description.
* gimplify.c (gimplify_init_constructor): Do not clear the object when
the constructor is incomplete and CONSTRUCTOR_NO_CLEARING is set.
ada/
* gcc-interface/utils2.c (gnat_build_constructor): Also set the flag
CONSTRUCTOR_NO_CLEARING on the constructor.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@204677 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tree-core.h')
-rw-r--r-- | gcc/tree-core.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/tree-core.h b/gcc/tree-core.h index 351f906f001..94ff7f85b16 100644 --- a/gcc/tree-core.h +++ b/gcc/tree-core.h @@ -831,6 +831,9 @@ struct GTY(()) tree_base { VAR_DECL, FUNCTION_DECL IDENTIFIER_NODE + CONSTRUCTOR_NO_CLEARING in + CONSTRUCTOR + ASM_VOLATILE_P in ASM_EXPR |