OSDN Git Service

PR c++/28878
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / ext / altivec-11.C
1 /* Test handling of literal constant for dss operation.  */
2 /* { dg-do compile { target powerpc*-*-* } } */
3 /* { dg-require-effective-target powerpc_altivec_ok } */
4 /* { dg-options "-maltivec" } */
5
6 #include <altivec.h>
7
8 void
9 foo ()
10 {
11   vec_dss (1);
12 }