This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Fix release checking bootstrap


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]