blob: f19ecf4aab21142abe88b9166f4718ed22477fe7 [file] [log] [blame]
/* { dg-do compile { target dfp } } */
/* { dg-options "-O -g" } */
void
foo (_Decimal64 d, _Decimal64 e)
{
d -= -d;
d *= -e;
}