From 1ad784e2fcd350c8a9249851402c84895a6671b4 Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Fri, 28 Apr 2017 13:15:55 +0200 Subject: re PR bootstrap/80531 (RC1 bootstrap comparison failure) PR bootstrap/80531 * cgraph.h (symtab_node::debug_symtab): No longer inline. * symtab.c (symtab_node::debug_symtab): Move definition here. From-SVN: r247367 --- gcc/symtab.c | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'gcc/symtab.c') diff --git a/gcc/symtab.c b/gcc/symtab.c index f0baf08..342cc36 100644 --- a/gcc/symtab.c +++ b/gcc/symtab.c @@ -924,6 +924,14 @@ symtab_node::dump_table (FILE *f) node->dump (f); } +/* Dump symbol table to stderr. */ + +DEBUG_FUNCTION void +symtab_node::debug_symtab (void) +{ + dump_table (stderr); +} + /* Return the cgraph node that has ASMNAME for its DECL_ASSEMBLER_NAME. Return NULL if there's no such node. */ -- cgit v1.1