2009-07-17 Richard Guenther <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / g++.dg / ext / altivec-11.C
blobff3016953d87f018a5f485b3f46fa85fdd79ce86
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" } */
6 #include <altivec.h>
8 void
9 foo ()
11   vec_dss (1);