https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113689
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Last reconfirmed| |2024-01-31
Status|UNCONFIRMED |NEW
Ever confirmed|0 |1
--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Confirmed. s/511/(256-63)/ is the min to reproduce this issue. Basically just
enough to auto-vectorize.
I get the feeling that mcount causes alignment differences ...