OSDN Git Service

gcc/
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / dfp / pr52140.c
1 /* { dg-do compile } */
2 /* { dg-options "-O1" } */
3
4 /* This used to result in an ICE.  */
5
6 int
7 foo (_Decimal64 x, _Decimal64 y)
8 {
9   return (x < y) || (x > y);
10 }