aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.c-torture/compile/921116-2.c
blob: 9eac91cb5c2efdb914d4179ba3dfcd96682bd8b1 (plain)
1
2
3
4
5
6
7
8
9
typedef struct {
 long l[5];
} t;

f(size)
{
 t event;
 g(&(event.l[2 + size]), (3 - size) * 4);
}