1 2 3 4
/* { dg-do compile } */ #include <altivec.h> vector float a = {1,1,1,1}; vector float b = {1,2.0,3,4U};