OSDN Git Service

* gcc.c-torture/compile/20080625-1.c: Skip for M32C.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.c-torture / compile / pr37078.c
1 int foo (int b)
2 {
3   if (b == (int)0x80000000)
4     return __builtin_abs (b);
5   return 0;
6 }