Commit 174b1783 by Janis Johnson Committed by Janis Johnson

altivec-11.C: New test.

2004-08-12  Janis Johnson  <janis1872us.ibm.com>

	* g++.dg/ext/altivec-11.C: New test.

From-SVN: r85904
parent e34b6648
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.
......
/* 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);
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment