https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115345
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |wrong-code
--- Comment #7 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
A few questions, does `-fsanitize=undefined -fsanitize=address` report
anything? Does it work at -O0 and not just -O3? Does adding
-fno-strict-aliasing to the command line "fix" the crash? Are there any
warnings with `-Wextra -Wall` that might be causing an issue?