Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
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
;
}