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