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