OSDN Git Service

* gcc.c-torture/compile/20080625-1.c: Skip for M32C.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.c-torture / compile / pr30984.c
1 int fs_exec(int ino)
2 {
3  void *src = 0;
4  if (ino)
5    src = (void*)0xe000;
6  goto *src;
7 }