------- Comment #1 from pinskia at gcc dot gnu dot org 2006-05-04 17:55 -------
The same issue is inside a class which in my mind should work.
#define __vector __attribute__((vector_size(16)))
template <class A>
struct b
{
__vector A t;
};
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27433