aboutsummaryrefslogtreecommitdiff
path: root/gcc/cgraph.h
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2017-04-28 13:15:55 +0200
committerJakub Jelinek <jakub@gcc.gnu.org>2017-04-28 13:15:55 +0200
commit1ad784e2fcd350c8a9249851402c84895a6671b4 (patch)
tree64d0b004624362cfd906a23c12a5bea678895f09 /gcc/cgraph.h
parentd90d82e309bed65f1120fe5253a42e8fe332d8a1 (diff)
downloadgcc-1ad784e2fcd350c8a9249851402c84895a6671b4.zip
gcc-1ad784e2fcd350c8a9249851402c84895a6671b4.tar.gz
gcc-1ad784e2fcd350c8a9249851402c84895a6671b4.tar.bz2
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
Diffstat (limited to 'gcc/cgraph.h')
-rw-r--r--gcc/cgraph.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/gcc/cgraph.h b/gcc/cgraph.h
index 77aa880..be4eaee 100644
--- a/gcc/cgraph.h
+++ b/gcc/cgraph.h
@@ -415,10 +415,7 @@ public:
static void dump_table (FILE *);
/* Dump symbol table to stderr. */
- static inline DEBUG_FUNCTION void debug_symtab (void)
- {
- dump_table (stderr);
- }
+ static void DEBUG_FUNCTION debug_symtab (void);
/* Verify symbol table for internal consistency. */
static DEBUG_FUNCTION void verify_symtab_nodes (void);