aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorRoberto Agostino Vitillo <ravitillo@lbl.gov>2011-10-28 02:18:00 +0000
committerJason Merrill <jason@gcc.gnu.org>2011-10-27 22:18:00 -0400
commitfb9120e3b1bb7c508e49b49d844e4a060428d84d (patch)
treec7c4227d08f7ef63ced1cf93b208734c0d915883 /gcc/doc
parent2bea3d9195f38f1b1b57b7d4176a267f1fc8f6a0 (diff)
downloadgcc-fb9120e3b1bb7c508e49b49d844e4a060428d84d.zip
gcc-fb9120e3b1bb7c508e49b49d844e4a060428d84d.tar.gz
gcc-fb9120e3b1bb7c508e49b49d844e4a060428d84d.tar.bz2
re PR c++/30066 (option to make inline functions hidden)
PR c++/30066 gcc/c-family: * c.opt (fvisibility-inlines-hidden): Description change. gcc/cp: * decl2.c (determine_hidden_inline): New function. (determine_visibility): fvisibility-inlines-hidden affects inline functions. From-SVN: r180589
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 3f7a31f..1aa0541 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -2120,7 +2120,7 @@ if the runtime routine is not available.
@item -fvisibility-inlines-hidden
@opindex fvisibility-inlines-hidden
This switch declares that the user does not attempt to compare
-pointers to inline methods where the addresses of the two functions
+pointers to inline functions or methods where the addresses of the two functions
were taken in different shared objects.
The effect of this is that GCC may, effectively, mark inline methods with