Commit bab37209 by Janis Johnson Committed by Janis Johnson

re PR testsuite/39776 (FAIL: g++.dg/ext/altivec-15.C)

	PR testsuite/39776
	* g++.dg/ext/altivec-15.C: Remove dg-error for messages that are
	no longer issued.

From-SVN: r147010
parent f136c8ae
2009-04-30 Janis Johnson <janis187@us.ibm.com>
PR testsuite/39776
* g++.dg/ext/altivec-15.C: Remove dg-error for messages that are
no longer issued.
2009-04-30 David Ayers <ayers@fsfe.org>
* lib/objc.exp (objc_init): Add and set gcc_warning_prefix
......
......@@ -2,12 +2,15 @@
/* { dg-require-effective-target powerpc_altivec_ok } */
/* { dg-options "-maltivec" } */
/* This test was added for an internal compiler error. The number and
content of error messages is irrelevant. */
struct SubData
{
inline const Float Clamp(Float f, Float f0, Float f1) // { dg-error "" }
}
inline const void SinCos(Float angle, Float& sine, Float& cosine) // { dg-error "" }
{
C0 = __builtin_vec_splat(_simdCosEstCoefficients, 0); // { dg-error "" }
C1 = __builtin_vec_splat(_simdCosEstCoefficients, 1); // { dg-error "" }
C0 = __builtin_vec_splat(_simdCosEstCoefficients, 0);
C1 = __builtin_vec_splat(_simdCosEstCoefficients, 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