Require target lra in gcc.dg/pr108095.c
[official-gcc.git] / gcc / testsuite / g++.target / powerpc / altivec-15.C
blobdc5d9552c365b93fb367241862a0d9f4458779af
1 /* { dg-do compile } */
2 /* { dg-require-effective-target powerpc_altivec_ok } */
3 /* { dg-options "-maltivec -mno-vsx" } */
5 /* This test was added for an internal compiler error.  The number and
6    content of error messages is irrelevant.  */
8 struct SubData  // { dg-error "" }
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);