https://gcc.gnu.org/bugzilla/show_bug.cgi?id=124001
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |alias, wrong-code
--- Comment #7 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
-fno-strict-aliasing looks to fix the issue.
There seems to be some aliasing issue in the code in a few places I think.
marking transform as noinline makes the code to be working.
