Fold ctz(-x) and ctz(abs(x)) as ctz(x) in match.pd.
[official-gcc.git] / gcc / testsuite / gcc.dg / dfp / keywords-c89.c
bloba67c3d63c0b1daaa964e01138b4cb8849577f0a5
1 /* { dg-do compile } */
2 /* { dg-options "-std=c89 -pedantic-errors" } */
4 /* Decimal float keywords are diagnosed in pedantic C89 mode. */
6 _Decimal32 x; /* { dg-error "" } */
7 _Decimal64 y; /* { dg-error "" } */
8 _Decimal128 z; /* { dg-error "" } */