No empty .Rs/.Re
[netbsd-mini2440.git] / gnu / dist / gcc4 / gcc / testsuite / gcc.target / powerpc / ppc-vector-memcpy.c
blob99ca85e972c411b385dc4fa246d3a5a7a6e05c60
1 /* { dg-do compile { target powerpc*-*-* } } */
2 /* { dg-xfail-if "" { "powerpc-*-eabispe*" "powerpc-ibm-aix*" } { "*" } { "" } } */
3 /* { dg-options "-O -maltivec" } */
4 /* { dg-final { scan-assembler "lvx" } } */
6 void foo(void)
8 int x[8] __attribute__((aligned(128))) = { 1, 1, 1, 1, 1, 1, 1, 1 };
9 bar (x);