--- goset006_src/go_0020/gcc/cppinit.c.orig 2007-01-14 20:12:13.000000000 +0900 +++ goset006_src/go_0020/gcc/cppinit.c 2007-01-14 20:14:34.000000000 +0900 @@ -311,7 +311,11 @@ for (cur = head; cur; cur = cur->next) { for (other = head; other != cur; other = other->next) +#if 0 if (INO_T_EQ (cur->ino, other->ino) && cur->dev == other->dev) +#else + if (0) +#endif { if (cur->sysp && !other->sysp) {