PR middle-end/77357 - strlen of constant strings not folded
[official-gcc.git] / gcc / testsuite / gcc.dg / dfp / altivec-types.c
blob6663a8f649a3e15ecd5a3877f30315362bf6cdce
1 /* { dg-do compile { target { powerpc*-*-linux* && powerpc_altivec_ok } } } */
2 /* { dg-options "-maltivec" } */
4 /* GNU extension: PowerPC AltiVec Built-in Functions.
5 These should be rejected as invalid AltiVec types. */
7 __vector _Decimal32 vd32; /* { dg-error "AltiVec types" } */
8 __vector _Decimal64 vd64; /* { dg-error "AltiVec types" } */
9 __vector _Decimal128 vd128; /* { dg-error "AltiVec types" } */