No empty .Rs/.Re
[netbsd-mini2440.git] / gnu / dist / gcc4 / gcc / testsuite / g++.dg / ext / altivec-11.C
blob9e7fe9528499fe50c47b6147307cc2df4459be17
1 /* Test handling of literal constant for dss operation.  */
2 /* { dg-do compile { target powerpc*-*-* } } */
3 /* { dg-xfail-if "" { "powerpc-*-eabispe*" "powerpc-ibm-aix*" } { "*" } { "" } } */
4 /* { dg-options "-maltivec" } */
6 #include <altivec.h>
8 void
9 foo ()
11   vec_dss (1);