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) used for assignment causes wrong code
- From: "schwab at suse dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 21 Jun 2004 15:56:38 -0000
- Subject: [Bug c++/7503] (x < Y ? X : Y) used for assignment causes wrong code
- References: <20020805221601.7503.moore_mn@cobra.cs.mercer.edu>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From schwab at suse dot de 2004-06-21 15:56 -------
There is a sequence point after the evaluation of the condition (6.5.15#4).
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=7503