2004-08-12 Janis Johnson <janis1872us.ibm.com>
* g++.dg/ext/altivec-11.C: New test.
From-SVN: r85904
+2004-08-12 Janis Johnson <janis1872us.ibm.com>
+
+ * g++.dg/ext/altivec-11.C: New test.
+
2004-08-12 Paul Brook <paul@codesourcery.com>
* g++.dg/abi/arm_cxa_vec_1.C: New test.
--- /dev/null
+/* Test handling of literal constant for dss operation. */
+/* { dg-do compile { target powerpc*-*-* } } */
+/* { dg-xfail-if "" { "powerpc-ibm-aix*" } { "-maltivec" } { "" } } */
+/* { dg-options "-maltivec" } */
+
+#include <altivec.h>
+
+void
+foo ()
+{
+ vec_dss (1);
+}