aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/ext/altivec-11.C
blob: 9e7fe9528499fe50c47b6147307cc2df4459be17 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* Test handling of literal constant for dss operation.  */
/* { dg-do compile { target powerpc*-*-* } } */
/* { dg-xfail-if "" { "powerpc-*-eabispe*" "powerpc-ibm-aix*" } { "*" } { "" } } */
/* { dg-options "-maltivec" } */

#include <altivec.h>

void
foo ()
{
  vec_dss (1);
}