* doc/extend.texi: Deprecate casts as lvalues.

From-SVN: r72723
This commit is contained in:
Joseph Myers 2003-10-20 22:52:37 +01:00 committed by Joseph Myers
parent beca20d2a0
commit 02601a5c5a
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2003-10-20 Joseph S. Myers <jsm@polyomino.org.uk>
* doc/extend.texi: Deprecate casts as lvalues.
2003-10-20 Jan Hubicka <jh@suse.cz>
* toplev.c (rest_of_compilation): Fix webizer pass ordering.

View File

@ -1101,7 +1101,8 @@ expressions are equivalent:
(a ? b = 5 : (c = 5))
@end example
A cast is a valid lvalue if its operand is an lvalue. A simple
A cast is a valid lvalue if its operand is an lvalue. This extension
is deprecated. A simple
assignment whose left-hand side is a cast works by converting the
right-hand side first to the specified type, then to the type of the
inner left-hand side expression. After this is stored, the value is