Fold ctz(-x) and ctz(abs(x)) as ctz(x) in match.pd.
[official-gcc.git] / gcc / testsuite / gcc.dg / dfp / c11-keywords-1.c
blob5a5c862cde1f1f1cea6214cee41572bb76547871
1 /* Test that _Decimal* keywords diagnosed in C11 mode: -pedantic. */
2 /* { dg-do compile } */
3 /* { dg-options "-std=c11 -pedantic" } */
5 _Decimal32 d32; /* { dg-warning "ISO C does not support" } */
6 _Decimal64 d64; /* { dg-warning "ISO C does not support" } */
7 _Decimal128 d128; /* { dg-warning "ISO C does not support" } */