PR middle-end/77357 - strlen of constant strings not folded
[official-gcc.git] / gcc / testsuite / gcc.dg / dfp / pr48928.c
blob1fd3635659451cc595ac647e069b0b01270b5bbc
1 /* PR debug/48928 */
2 /* { dg-do compile } */
3 /* { dg-options "-g -O2" } */
5 _Decimal32
6 foo (_Decimal32 x)
8 _Decimal32 y = (x + x) / (9.DF * x);
9 return y;