aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/dump.c
diff options
context:
space:
mode:
authorMark Mitchell <mark@codesourcery.com>2002-10-31 16:07:32 +0000
committerMark Mitchell <mmitchel@gcc.gnu.org>2002-10-31 16:07:32 +0000
commit14b4829dfde2a20e4f8277eeaaa00e119ba97471 (patch)
tree79a270860192fd7f71f8b6195aa154937df94a9f /gcc/cp/dump.c
parentf7e5dfbd025de3610853a55655129e10fd9076b6 (diff)
downloadgcc-14b4829dfde2a20e4f8277eeaaa00e119ba97471.zip
gcc-14b4829dfde2a20e4f8277eeaaa00e119ba97471.tar.gz
gcc-14b4829dfde2a20e4f8277eeaaa00e119ba97471.tar.bz2
cp-tree.h (lang_decl_flags): Remove init_priority.
* 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. From-SVN: r58680
Diffstat (limited to 'gcc/cp/dump.c')
-rw-r--r--gcc/cp/dump.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/cp/dump.c b/gcc/cp/dump.c
index 0b404a1..c4472b0 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");