https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105253
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target|x86_64 |
--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Two things. First the error message is for arm target but you then reference
x86_64 target options.
Second there is a loop for popcount which gets translated but that was guarded
by a check for optab for popcount existing but maybe that changed.