aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.c-torture/compile/vector-6.c
blob: 7694d36632788b53d976d922d3bc1db6743592c9 (plain)
1
2
3
4
5
6
7
typedef int v2si __attribute__((__vector_size__(8)));

v2si
f (int x)
{
  return (v2si) { (__INTPTR_TYPE__) "", x };
}