This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/7503] (x < Y ? X : Y) used for assignment causes wrong code


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]