[Bug c++/82405] Function not inlined for switch and suboptimal assembly is generated

pinskia at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue Oct 3 15:52:00 GMT 2017


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82405

--- Comment #7 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Multiply binds left to right. 

That is a * b * c is the same as (a * b) * c and not the same as A * (b * c).


More information about the Gcc-bugs mailing list