* gcc-interface/trans.c (node_has_volatile_full_access) <N_Identifier>:
[official-gcc.git] / gcc / testsuite / gcc.dg / dfp / pr52140.c
blobca878f2d87da4ee0359d93f78bd40a781a6670fd
1 /* { dg-do compile } */
2 /* { dg-options "-O1" } */
4 /* This used to result in an ICE. */
6 int
7 foo (_Decimal64 x, _Decimal64 y)
9 return (x < y) || (x > y);