OSDN Git Service

* gcc.c-torture/compile/20080625-1.c: Skip for M32C.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.c-torture / compile / 20040908-1.c
1 /* PR 17186 */
2
3 double foo()
4 {
5     int i;
6     double d;
7
8     if (i)
9         bar();
10     else
11         if (d) return 0;
12 }