]> gcc.gnu.org Git - gcc.git/commitdiff
extend.texi (Strong Using): Warn users against using this feature.
authorMark Mitchell <mark@codesourcery.com>
Sun, 18 Apr 2004 22:01:15 +0000 (22:01 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Sun, 18 Apr 2004 22:01:15 +0000 (22:01 +0000)
* doc/extend.texi (Strong Using): Warn users against using this
feature.

From-SVN: r80826

gcc/ChangeLog
gcc/doc/extend.texi

index cad431e19bdd0d431f677a1468868467380561a9..859dd06e8f20e2c4308bf0221797a6d9b2c6981d 100644 (file)
@@ -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-18  Richard Sandiford  <rsandifo@redhat.com>
 
        * config/mips/mips-protos.h (m16_usym8_4, m16_usym5_4): Delete.
index c5509a8073fefc49f1875cfdc0f4ee7923aedc6b..dbab25c6dfcaf94c072e00e95d5fe0d3e7b8408c 100644 (file)
@@ -8226,6 +8226,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:
 
This page took 0.077351 seconds and 5 git commands to generate.