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++/82405] Function not inlined for switch and suboptimal assembly is generated


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

--- Comment #4 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
> Isolated test-case where we do not reassociate expressions:

And I don't think you can reassociate here validly unless -ffast-math.

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