https://gcc.gnu.org/bugzilla/show_bug.cgi?id=74265
--- Comment #1 from Vittorio Zecca <zeccav at gmail dot com> --- The following is a shorter reproducer: struct B { __CHAR32_TYPE__ S[6]; } d[] = { { { U"foo" } }, [0].S[2] = U'x' };
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=74265
--- Comment #1 from Vittorio Zecca <zeccav at gmail dot com> --- The following is a shorter reproducer: struct B { __CHAR32_TYPE__ S[6]; } d[] = { { { U"foo" } }, [0].S[2] = U'x' };