egcs/gcc/cp cp-tree.h decl.c dump.c ir.texi Ch ...
mmitchel@egcs.cygnus.com
mmitchel@egcs.cygnus.com
Thu Sep 30 10:43:00 GMT 1999
CVSROOT: /egcs/carton/cvsfiles
Module name: egcs
Changes by: mmitchel@egcs.cygnus.com 99/09/30 10:43:45
Modified files:
gcc/cp : cp-tree.h decl.c dump.c ir.texi ChangeLog
Log message:
* 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.
More information about the Gcc-cvs
mailing list