* cp-tree.h (lang_decl_flags): Add global_ctor_p and
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 1 Oct 1999 00:43:27 +0000 (00:43 +0000)
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 1 Oct 1999 00:43:27 +0000 (00:43 +0000)
commita8ee6bb4adf94fd0340fe4770ee543c746492f81
treeb8a2be7d40a01a5d28174020f20aacf15182a232
parent50fb992898815d8cfb9f6c70f5600a70b4307f6b
* cp-tree.h (lang_decl_flags): Add global_ctor_p and
global_dtor_p.  Add init_priority.
(DECL_ACCESS): Adjust accordingly.
(DECL_GLOBAL_CTOR_P, DECL_GLOBAL_DTOR_P): New macros.
(GLOBAL_INIT_PRIORITY): Likewise.
* decl.c (lang_mark_tree): Adjust accordingly.
(start_objects): Set DECL_GLOBAL_CTOR_P, DECL_GLOBAL_DTOR_P,
and GLOBAL_INIT_PRIORITY.
* dump.c (dequeue_and_dump): Print them.
* ir.texi: Document them.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29738 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/decl2.c