slsr: Use simple_dce_from_worklist in SLSR [PR116554]
[official-gcc.git] / gcc / testsuite / gcc.dg / dfp / constants.c
blobbb61ea3352b90b9d193b3ba06d76324401f9a2df
1 /* { dg-do compile } */
3 /* N1150 6: Constants.
4 C99 6.4.4.2: Floating constants. */
6 _Decimal32 a = 1.1df;
7 _Decimal32 b = -.003DF;
8 _Decimal64 c = 11e-1dl;
9 _Decimal64 d = -.3DL;
10 _Decimal128 e = 000.3e0dl;
11 _Decimal128 f = 3000300030003e0DL;