https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109780
Alexander Monakov <amonakov at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |amonakov at gcc dot gnu.org --- Comment #3 from Alexander Monakov <amonakov at gcc dot gnu.org> --- Works with -fstack-reuse=none. Somehow GCC is confused about stack layout in func_36. It leaves rsp misaligned by 8 mod 16, but computes the base of l_814 for __builtin_memset (&l_814, 0, 80) as if rsp is aligned mod 16.