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 tree-optimization/21462] if statement not converted to MIN_EXPR


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21462

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Depends on|                            |10050

--- Comment #4 from Andrew Pinski <pinskia at gcc dot gnu.org> 2012-02-07 21:06:42 UTC ---
Only Tst5 is not optimized, we need to do something like what is needed to be
done for PR 10050.  Note this optimization is invalid for the C11/C++ memory
model.


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