aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorPaolo Carlini <paolo.carlini@oracle.com>2013-03-29 13:41:29 +0000
committerPaolo Carlini <paolo.carlini@oracle.com>2013-03-29 13:41:29 +0000
commitaa610bec16110b932552263205b4aeafd04770b9 (patch)
treea1d88638d64dc4bacf016c781dd6241537c82897 /gcc/doc
parentc2b28d8621937a353f75e835c86ec9df3c06b3c4 (diff)
2013-03-29 Paolo Carlini <paolo.carlini@oracle.com>
PR lto/56777 * doc/invoke.texi ([-fwhole-program]): Fix typo. git-svn-id: https://gcc.gnu.org/svn/gcc/branches/gcc-4_8-branch@197238 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/invoke.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index 14b3cdbaa38..a3e2ee0f302 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -8176,7 +8176,7 @@ compiled. All public functions and variables with the exception of @code{main}
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.