[Bug c++/27433] diagnostic for vector template argument is poor

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Thu May 4 17:55:00 GMT 2006



------- 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



More information about the Gcc-bugs mailing list