This is the mail archive of the gcc@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]

Re: How to get MIN_EXPR without using deprecated min operator


> The problem with C++ is in fold as we now have to disable the 
> optimization
> which converted "a >= b ? b : a" to MIN_EXPR.

Which begs the question of why it doesn't happen when we get into
the tree optimizers and have lvalues there.


r~


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