https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120192
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Known to fail| |16.0 --- Comment #8 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Reduced testcase: ``` typedef char a; void b() { typedef a c __attribute__((vector_size(32), aligned)); c d = {}; } ```