PR debug/48204
[official-gcc.git] / gcc / testsuite / gcc.dg / dfp / pr48204.c
blob7b421581e6e3165b0de1c7edaddb20db826b608f
1 /* PR debug/48204 */
2 /* { dg-do compile } */
3 /* { dg-options "-O -fno-tree-ccp -fno-tree-dominator-opts -fno-tree-fre -g" } */
5 void
6 foo (void)
8 float cf = 3.0f;
9 _Decimal64 d64 = cf;