Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.dg / vmx / dos-bug-1-gdb.c
blobdc4c4d3d9bbffbc722f923bd111bd7e5e554c76a
1 #include <altivec.h>
2 static vector unsigned int v = {0x01020304,0x05060708,0x21324354,0x65768798};
3 static vector unsigned int f() { return v; }
4 int main() {
5 vector unsigned int x = f();
6 return 0;