1  /* PR debug/48928 */
       2  /* { dg-do compile } */
       3  /* { dg-options "-g -O2" } */
       4  
       5  _Decimal32
       6  foo (_Decimal32 x)
       7  {
       8    _Decimal32 y = (x + x) / (9.DF * x);
       9    return y;
      10  }