OSDN Git Service

* gcc.c-torture/compile/20080625-1.c: Skip for M32C.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.c-torture / compile / 921116-2.c
1 typedef struct {
2  long l[5];
3 } t;
4
5 f(size)
6 {
7  t event;
8  g(&(event.l[2 + size]), (3 - size) * 4);
9 }