aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.c-torture/compile/921111-1.c
blob: 11b467460b345e0eeb94f0d1a649daa786a9cbb0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
int ps;
struct vp {
  int wa;
};
typedef struct vp *vpt;
typedef struct vc {
  int o;
  vpt py[8];
} *vct;
struct n {
  int a;
};
struct nh {
  int x;
};
typedef struct np *npt;
struct np {
  vct d;
  int di;
};
struct nh xhp;
struct n np[3];

f(dp)
     npt dp;
{
  vpt *py;
  int a, l, o = 0;
  a = dp->d->o;
  if (dp->di < 0)
    l = ps;

  if ((int)o & 3)
    g();

  xhp.x = a;
  py = &dp->d->py[dp->di];
  if (o + l > ps)
    np[2].a = (int)(py[1])->wa;
}