summaryrefslogtreecommitdiff
path: root/gcc/cgraph.h
diff options
context:
space:
mode:
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>2017-04-28 11:15:55 +0000
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>2017-04-28 11:15:55 +0000
commitb8326093f25e91ebc968ebee1e34556a50ba09f9 (patch)
tree64d0b004624362cfd906a23c12a5bea678895f09 /gcc/cgraph.h
parent7172965135c144b1bb91b091a2d04f2c1deba650 (diff)
downloadgcc-b8326093f25e91ebc968ebee1e34556a50ba09f9.tar.gz
PR bootstrap/80531
* cgraph.h (symtab_node::debug_symtab): No longer inline. * symtab.c (symtab_node::debug_symtab): Move definition here. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@247367 138bc75d-0d04-0410-961f-82ee72b054a4
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 77aa8803a0a..be4eaee71e2 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);