OSDN Git Service

* g++.dg/ext/altivec-17.C: Adjust error message.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / ext / altivec-15.C
1 /* { dg-do compile { target powerpc*-*-* } } */
2 /* { dg-require-effective-target powerpc_altivec_ok } */
3 /* { dg-options "-maltivec" } */
4
5 /* This test was added for an internal compiler error.  The number and
6    content of error messages is irrelevant.  */
7
8 struct SubData
9 {
10     inline const Float Clamp(Float f, Float f0, Float f1) // { dg-error "" }
11     }
12     inline const void SinCos(Float angle, Float& sine, Float& cosine) // { dg-error "" }
13     {
14         C0 = __builtin_vec_splat(_simdCosEstCoefficients, 0);
15         C1 = __builtin_vec_splat(_simdCosEstCoefficients, 1);
16