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 pinskia at gcc dot gnu dot org  2004-05-22 22:55 -------
The problem is how MAX_EXPR is expanded, as (x < 0) ? X : Y = 1 works.

-- 


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]