https://gcc.gnu.org/bugzilla/show_bug.cgi?id=122503
Hongtao Liu <liuhongt at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |liuhongt at gcc dot gnu.org
--- Comment #2 from Hongtao Liu <liuhongt at gcc dot gnu.org> ---
It generates more conditional move instead of branch, should be better than
before.
I think it's ok to leave the failure there or just add -mtune=generic to "fix“
the testcase.
