aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/vmx/4-03.c
blob: 1c3ccd746935ad98c03aaf9ebec918a79b2d899f (plain)
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; 
}