Daily bump.
[official-gcc.git] / gcc / testsuite / gcc.dg / dfp / pr104510.c
blob85f4e9707de09d4f0da2dd8f53ab50c094611b76
1 /* PR c/104510 */
2 /* { dg-do compile } */
3 /* { dg-options "" } */
5 float f;
6 _Decimal64 d;
8 int
9 foo (void)
11 return d > (_Decimal32) (_Decimal64) f;