diff options
Diffstat (limited to 'gcc/doc/extend.texi')
-rw-r--r-- | gcc/doc/extend.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index e2982929e58..fdc1c7c6827 100644 --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.texi @@ -1069,7 +1069,8 @@ This will work with all versions of GCC@. Compound expressions, conditional expressions and casts are allowed as lvalues provided their operands are lvalues. This means that you can take -their addresses or store values into them. +their addresses or store values into them. All these extensions are +deprecated. Standard C++ allows compound expressions and conditional expressions as lvalues, and permits casts to reference type, so use of this |