Sign in
gnu
/
gcc
/
a6d3012b274f38b20e2a57162106f625746af6c6
/
.
/
gcc
/
testsuite
/
gcc.dg
/
dfp
/
pr37435.c
blob: 867fdd26bc49f4bc8ecc2b0110e14186803e91ee [
file
] [
log
] [
blame
]
/* { dg-do compile { target fpic } } */
/* { dg-options "-O2 -fPIC" } */
volatile
_Decimal32
d
;
volatile
int
i
;
void
foo
()
{
d
+=
i
;
d
+=
i
;
}