diff options
author | Mark Mitchell <mark@codesourcery.com> | 2004-04-18 22:01:15 +0000 |
---|---|---|
committer | Mark Mitchell <mmitchel@gcc.gnu.org> | 2004-04-18 22:01:15 +0000 |
commit | fea77ed93807556cff6de3fc419bf1c64a12e36e (patch) | |
tree | fd7af9f71b631f28f8654cf623ae682022c3b046 /gcc/doc | |
parent | 06647e7909d1fb12b1c01f71ce602758e6ff812a (diff) | |
download | gcc-fea77ed93807556cff6de3fc419bf1c64a12e36e.zip gcc-fea77ed93807556cff6de3fc419bf1c64a12e36e.tar.gz gcc-fea77ed93807556cff6de3fc419bf1c64a12e36e.tar.bz2 |
extend.texi (Strong Using): Warn users against using this feature.
* doc/extend.texi (Strong Using): Warn users against using this
feature.
From-SVN: r80826
Diffstat (limited to 'gcc/doc')
-rw-r--r-- | gcc/doc/extend.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index c5509a8..dbab25c6 100644 --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.texi @@ -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: |