* tree-loop-distribution.c (struct partition): New field recording
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / vector-6.c
blob7694d36632788b53d976d922d3bc1db6743592c9
1 typedef int v2si __attribute__((__vector_size__(8)));
3 v2si
4 f (int x)
6 return (v2si) { (__INTPTR_TYPE__) "", x };