c++: Fix ICE with #embed/RAW_DATA_CST after list conversion [PR118671]
[official-gcc.git] / gcc / testsuite / gcc.dg / dfp / altivec-types.c
blob3cf93c15f8ee8789e705354ef0b2bf2fd3822f37
1 /* { dg-do compile { target powerpc*-*-linux* } } */
2 /* { dg-options "-maltivec" } */
3 /* { dg-require-effective-target powerpc_altivec } */
5 /* GNU extension: PowerPC AltiVec Built-in Functions.
6 These should be rejected as invalid AltiVec types. */
8 __vector _Decimal32 vd32; /* { dg-error "AltiVec types" } */
9 __vector _Decimal64 vd64; /* { dg-error "AltiVec types" } */
10 __vector _Decimal128 vd128; /* { dg-error "AltiVec types" } */