aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/dfp/pr48928.c
blob: 1fd3635659451cc595ac647e069b0b01270b5bbc (plain)
1
2
3
4
5
6
7
8
9
10
/* PR debug/48928 */
/* { dg-do compile } */
/* { dg-options "-g -O2" } */

_Decimal32
foo (_Decimal32 x)
{
  _Decimal32 y = (x + x) / (9.DF * x);
  return y;
}