/* 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 void foo () { vec_dss (1); }