OSDN Git Service

PR tree-optimization/51246
[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 }