-
- Downloads
tree.h (CONSTRUCTOR_NO_CLEARING): Define.
* 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. From-SVN: r204677
Showing
- gcc/ChangeLog 11 additions, 2 deletionsgcc/ChangeLog
- gcc/ada/ChangeLog 6 additions, 0 deletionsgcc/ada/ChangeLog
- gcc/ada/gcc-interface/utils2.c 1 addition, 0 deletionsgcc/ada/gcc-interface/utils2.c
- gcc/doc/generic.texi 19 additions, 17 deletionsgcc/doc/generic.texi
- gcc/tree-core.h 3 additions, 0 deletionsgcc/tree-core.h
- gcc/tree.def 9 additions, 6 deletionsgcc/tree.def
- gcc/tree.h 2 additions, 0 deletionsgcc/tree.h
Loading
Please register or sign in to comment