https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88600
Alexander Monakov <amonakov at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |amonakov at gcc dot gnu.org
--- Comment #1 from Alexander Monakov <amonakov at gcc dot gnu.org> ---
Applying the attribute to V rather than T works:
template <typename T>
using V __attribute__ ((__vector_size (8))) = T;
