------- Comment #5 from bonzini at gnu dot org 2006-09-26 08:16 ------- I have a middle-end patch for this but I cannot post it now due to bad connectivity.
Note that even the
#define vector __attribute__((vector_size(16)))
typedef vector int vec_int;
vec_int a = (vec_int){1, 2, 0, 0};
testcases fails at --std=gnu99, on every gcc version.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29092
