This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[PATCH] Fix release checking bootstrap
- From: Richard Biener <rguenther at suse dot de>
- To: gcc-patches at gcc dot gnu dot org
- Date: Mon, 14 Jul 2014 11:57:40 +0200 (CEST)
- Subject: [PATCH] Fix release checking bootstrap
- Authentication-results: sourceware.org; auth=none
Committed as obvious.
Richard.
2014-07-14 Richard Biener <rguenther@suse.de>
* cgraph.h (decl_in_symtab_p): Make inline.
Index: gcc/cgraph.h
===================================================================
--- gcc/cgraph.h (revision 212510)
+++ gcc/cgraph.h (working copy)
@@ -1154,7 +1154,7 @@ extern void change_decl_assembler_name (
/* Return true if DECL should have entry in symbol table if used.
Those are functions and static & external veriables*/
-static bool
+static inline bool
decl_in_symtab_p (const_tree decl)
{
return (TREE_CODE (decl) == FUNCTION_DECL