blob: 1fd3635659451cc595ac647e069b0b01270b5bbc [file] [log] [blame]
/* PR debug/48928 */
/* { dg-do compile } */
/* { dg-options "-g -O2" } */
_Decimal32
foo (_Decimal32 x)
{
_Decimal32 y = (x + x) / (9.DF * x);
return y;
}