summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>2004-04-18 22:00:08 +0000
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>2004-04-18 22:00:08 +0000
commit1f2a835ee6c79fae0e50c226a2dba72b7f2cf462 (patch)
tree6f5a5aec075ec0052c5d65b4b402b965ba9eb4e8
parente15642af91b9f7cc3173213fb6f351937138fb46 (diff)
downloadgcc-1f2a835ee6c79fae0e50c226a2dba72b7f2cf462.tar.gz
* doc/extend.texi (Strong Using): Warn users against using this
feature. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-3_4-branch@80825 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/doc/extend.texi5
2 files changed, 10 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index e5682b51dfd..e369a7d52b6 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2004-04-18 Mark Mitchell <mark@codesourcery.com>
+
+ * doc/extend.texi (Strong Using): Warn users against using this
+ feature.
+
2004-04-17 Richard Sandiford <rsandifo@redhat.com>
* configure.ac (gcc_cv_ld_as_needed): Use AC_CACHE_CHECK.
diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi
index d2599dc2994..2a166994921 100644
--- a/gcc/doc/extend.texi
+++ b/gcc/doc/extend.texi
@@ -8281,6 +8281,11 @@ See also @xref{Strong Using}.
@node Strong Using
@section Strong Using
+@strong{Caution:} The semantics of this extension are not fully
+defined. Users should refrain from using this extension as its
+semantics may change subtly over time. It is possible that this
+extension wil be removed in future versions of G++.
+
A using-directive with @code{__attribute ((strong))} is stronger
than a normal using-directive in two ways: