OSDN Git Service

* gcc.dg/torture/builtin-modf-1.c: Remove -funsafe-math-optimizations.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / torture / pr26998.c
1 /* { dg-do compile } */
2
3 int decCompareOp (int result)
4 {
5     if (result != (int)0x80000000)
6     {
7         result = -result;
8         return (result > 0);
9     }
10     return 0;
11 }