repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
c++: Fix ICE with #embed/RAW_DATA_CST after list conversion [PR118671]
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
dfp
/
pr37435.c
blob
867fdd26bc49f4bc8ecc2b0110e14186803e91ee
1
/* { dg-do compile { target fpic } } */
2
/* { dg-options "-O2 -fPIC" } */
3
4
volatile
_Decimal32 d
;
5
volatile
int
i
;
6
7
void
foo
()
8
{
9
d
+=
i
;
10
d
+=
i
;
11
}