annotate gcc/testsuite/gcc.c-torture/compile/pr51856.c @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children 1830386684a0
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
111
kono
parents:
diff changeset
1 struct B { int b1; long long b2, b3; int b4; };
kono
parents:
diff changeset
2 struct C { char c1[40], c2, c3[96]; long long c4[5], c5; char c6[596]; };
kono
parents:
diff changeset
3 void fn1 (long long), fn2 (char *, int), fn4 (void);
kono
parents:
diff changeset
4 int r, fn3 (int, const char *, int, char *, int, int);
kono
parents:
diff changeset
5
kono
parents:
diff changeset
6 void
kono
parents:
diff changeset
7 foo (int t, int u, int v, int w, int x, int y, struct B *z)
kono
parents:
diff changeset
8 {
kono
parents:
diff changeset
9 char c[512], d[512], e;
kono
parents:
diff changeset
10 struct C g;
kono
parents:
diff changeset
11 long long f, h[255];
kono
parents:
diff changeset
12 struct B j;
kono
parents:
diff changeset
13 __builtin_bzero (&j, sizeof j);
kono
parents:
diff changeset
14 if (y > w)
kono
parents:
diff changeset
15 fn4 ();
kono
parents:
diff changeset
16 __builtin_bzero (&g, sizeof g);
kono
parents:
diff changeset
17 g.c5 = h[0];
kono
parents:
diff changeset
18 fn1 (z ? z->b3 : f);
kono
parents:
diff changeset
19 g.c2 = y;
kono
parents:
diff changeset
20 fn2 (d, 256);
kono
parents:
diff changeset
21 if (fn3 (r, "", e, c, 0, 16))
kono
parents:
diff changeset
22 fn4 ();
kono
parents:
diff changeset
23 }