https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110027
Jack O'Connor <oconnor663 at gmail dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |oconnor663 at gmail dot com --- Comment #3 from Jack O'Connor <oconnor663 at gmail dot com> --- Thanks to Andrew Pinski's comment about -fstack-protector-strong, I can now reproduce this issue on Godbolt: https://godbolt.org/z/47a695sWY. So the minimal set of flags to reproduce on most distros (other than Arch Linux) is: -mavx512f -fsanitize=address -fstack-protector-strong