OSDN Git Service

Fix PR tree-optimization/21520
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.c-torture / compile / 20010107-1.c
1 unsigned long x[4];
2
3 void foo(void)
4 {
5   ((void (*)())(x+2))();
6 }