------- Comment #1 from pinskia at gcc dot gnu dot org  2006-09-14 23:05 -------
(In reply to comment #0)
> If I used a typedef instead, it works.
In that the following works:
typedef vector int vec_int;
vec_int a = (vec_int){1, 2, 0, 0};


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29092

Reply via email to