diff mbox

[lto,committed,as,obvious] PR 56777

Message ID 51559A82.2000600@oracle.com
State New
Headers show

Commit Message

Paolo Carlini March 29, 2013, 1:43 p.m. UTC
Hi,

committed mainline and 4_8-branch.

Paolo.

/////////////////////
2013-03-29  Paolo Carlini  <paolo.carlini@oracle.com>

	PR lto/56777
	* doc/invoke.texi ([-fwhole-program]): Fix typo.
diff mbox

Patch

Index: doc/invoke.texi
===================================================================
--- doc/invoke.texi	(revision 197230)
+++ doc/invoke.texi	(working copy)
@@ -8179,7 +8179,7 @@ 
 and those merged by attribute @code{externally_visible} become static functions
 and in effect are optimized more aggressively by interprocedural optimizers.
 
-In combination with @code{-flto} using this option should not be used.
+This option should not be used in combination with @code{-flto}.
 Instead relying on a linker plugin should provide safer and more precise
 information.