1  /* { dg-do compile { target dfp } } */
       2  /* { dg-options "-O2 -ffast-math" } */
       3  
       4  void c(_Decimal128);
       5  void a(_Decimal128 b)
       6  {
       7    c(-b * b);
       8  }
       1  /* { dg-do compile { target dfp } } */
       2  /* { dg-options "-O2 -ffast-math" } */
       3  
       4  void c(_Decimal128);
       5  void a(_Decimal128 b)
       6  {
       7    c(-b * b);
       8  }