1 2 3 4 5 6 7
/* { dg-do compile } */ #include <altivec.h> vector unsigned int f(vector signed char a) { return (vector unsigned int)(a); }