Merge from mainline (165734:167278).
[official-gcc/graphite-test-results.git] / gcc / testsuite / gcc.dg / dfp / constants-c99.c
blob6a48bf501f03c904afb9c222c398f4efee4702f9
1 /* { dg-do compile } */
2 /* { dg-options "-std=c99 -Wno-overflow" } */
4 /* N1150 6: Constants.
5 C99 6.4.4.2: Floating constants. */
7 _Decimal32 a = 1.1df; /* { dg-error "" } */
8 _Decimal32 b = -.003DF; /* { dg-error "" } */
9 _Decimal64 c = 11e-1dl; /* { dg-error "" } */
10 _Decimal64 d = -.3DL; /* { dg-error "" } */
11 _Decimal128 e = 000.3e0dl; /* { dg-error "" } */
12 _Decimal128 f = 3000300030003e0DL; /* { dg-error "" } */