https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121524
--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> --- clang rejects this: ``` <source>:8:12: error: 'alignas' attribute cannot be applied to types 8 | UT foo[8] alignas(32); | ^ ```
pinskia at gcc dot gnu.org via Gcc-bugs Tue, 12 Aug 2025 19:52:00 -0700
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121524
--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> --- clang rejects this: ``` <source>:8:12: error: 'alignas' attribute cannot be applied to types 8 | UT foo[8] alignas(32); | ^ ```