This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/7503] (x < Y ? X : Y) as an lvalue and assignment
- From: "schwab at suse dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 19 Aug 2003 08:58:42 -0000
- Subject: [Bug c++/7503] (x < Y ? X : Y) as an lvalue and assignment
- References: <20020805221601.7503.moore_mn@cobra.cs.mercer.edu>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=7503
------- Additional Comments From schwab at suse dot de 2003-08-19 08:58 -------
In C the result of ?: is never an lvalue.