summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: