https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110273

--- Comment #4 from Alexander Monakov <amonakov at gcc dot gnu.org> ---
Further reduced:

void f()
{
    int c[4] = { 0, 0, 0, 0 };
    int cc[8] = { 0 };
    asm("" :: "m"(c), "m"(cc));
}

Also reproducible with -march=skylake-avx512 or even plain -mavx512f,
retitling.

Reply via email to