blob: 1c3ccd746935ad98c03aaf9ebec918a79b2d899f [file] [log] [blame]
/* { dg-do compile } */
#include <altivec.h>
vector unsigned int
f(vector signed char a)
{
return (vector unsigned int)a;
}