Sign in
gnu
/
gcc
/
a6d3012b274f38b20e2a57162106f625746af6c6
/
.
/
gcc
/
testsuite
/
gcc.dg
/
dfp
/
pr48928.c
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
;
}