diff options
| author | mmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-04-18 22:01:15 +0000 |
|---|---|---|
| committer | mmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-04-18 22:01:15 +0000 |
| commit | a703c8a1d4cae6521363049fc2a21dc4df12f913 (patch) | |
| tree | fd7af9f71b631f28f8654cf623ae682022c3b046 | |
| parent | 1e5ca7d786a857c01f93271827a10e2309e578b4 (diff) | |
| download | ppe42-gcc-a703c8a1d4cae6521363049fc2a21dc4df12f913.tar.gz ppe42-gcc-a703c8a1d4cae6521363049fc2a21dc4df12f913.zip | |
* doc/extend.texi (Strong Using): Warn users against using this
feature.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@80826 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/ChangeLog | 5 | ||||
| -rw-r--r-- | gcc/doc/extend.texi | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index cad431e19bd..859dd06e8f2 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-18 Richard Sandiford <rsandifo@redhat.com> * config/mips/mips-protos.h (m16_usym8_4, m16_usym5_4): Delete. diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index c5509a8073f..dbab25c6dfc 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: |

