aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/vmx/dos-bug-1-gdb.c
blob: dc4c4d3d9bbffbc722f923bd111bd7e5e554c76a (plain)
1
2
3
4
5
6
7
#include <altivec.h>
static vector unsigned int v = {0x01020304,0x05060708,0x21324354,0x65768798};
static vector unsigned int f() { return v; }
int main() {
  vector unsigned int x = f();
  return 0;
}