diff options
author | mmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-10-31 16:07:32 +0000 |
---|---|---|
committer | mmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-10-31 16:07:32 +0000 |
commit | b4e6763257f5d7a96ea42fc1aa7caa1900507c90 (patch) | |
tree | 79a270860192fd7f71f8b6195aa154937df94a9f /gcc/cp/dump.c | |
parent | 30e796b955051e03de8901d5a6c0b00dea709455 (diff) | |
download | gcc-b4e6763257f5d7a96ea42fc1aa7caa1900507c90.tar.gz |
* cp-tree.h (lang_decl_flags): Remove init_priority.
(lang_decl): Add delta.
(GLOBAL_INIT_PRIORITY): Remove.
(THUNK_DELTA): Revise definition.
* decl2.c (start_objects): Don't set GLOBAL_INIT_PRIORITY.
* dump.c (cp_dump_tree): Don't dump it.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@58680 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp/dump.c')
-rw-r--r-- | gcc/cp/dump.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/cp/dump.c b/gcc/cp/dump.c index 0b404a1bab3..c4472b07359 100644 --- a/gcc/cp/dump.c +++ b/gcc/cp/dump.c @@ -323,7 +323,6 @@ cp_dump_tree (dump_info, t) dump_string (di, "global init"); if (DECL_GLOBAL_DTOR_P (t)) dump_string (di, "global fini"); - dump_int (di, "prio", GLOBAL_INIT_PRIORITY (t)); } if (DECL_FRIEND_PSEUDO_TEMPLATE_INSTANTIATION (t)) dump_string (di, "pseudo tmpl"); |