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]

[Committed] Fix -fkeep-inline-functions mention of which GNU C syntax's "extern inline"


After Geoff's patch, GNU C99 does not contain the old "extern inline"
definition.  This patch which I committed changes "GNU C" to "GNU C89".

Committed after a build as obvious.

Thanks,
Andrew Pinski

ChangeLog:

	* doc/invoke.texi (-fkeep-inline-functions): Change "GNU C"
	to "GNU C89".
Index: doc/invoke.texi
===================================================================
--- doc/invoke.texi	(revision 118358)
+++ doc/invoke.texi	(working copy)
@@ -4711,7 +4711,7 @@ release to an another.
 In C, emit @code{static} functions that are declared @code{inline}
 into the object file, even if the function has been inlined into all
 of its callers.  This switch does not affect functions using the
-@code{extern inline} extension in GNU C@.  In C++, emit any and all
+@code{extern inline} extension in GNU C89@.  In C++, emit any and all
 inline functions into the object file.
 
 @item -fkeep-static-consts

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