c++: Fix ICE with #embed/RAW_DATA_CST after list conversion [PR118671]
[official-gcc.git] / gcc / testsuite / gcc.dg / dfp / pr37435.c
blob867fdd26bc49f4bc8ecc2b0110e14186803e91ee
1 /* { dg-do compile { target fpic } } */
2 /* { dg-options "-O2 -fPIC" } */
4 volatile _Decimal32 d;
5 volatile int i;
7 void foo()
9 d += i;
10 d += i;