Sign in
gnu
/
gcc
/
1f16a020acbea0af26209478990b83b1a1ba3a2b
/
.
/
gcc
/
testsuite
/
gcc.dg
/
pr105376.c
blob: f19ecf4aab21142abe88b9166f4718ed22477fe7 [
file
] [
log
] [
blame
]
/* { dg-do compile { target dfp } } */
/* { dg-options "-O -g" } */
void
foo
(
_Decimal64
d
,
_Decimal64
e
)
{
d
-=
-
d
;
d
*=
-
e
;
}