aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.c-torture/compile/pr49206.c
blob: 1df23c983370b0b654e4246f0e154e15a512e220 (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
struct S1
{
  short f0;
};
extern volatile struct S1 g_5;
extern int g_120, i;
extern short g_339;

int
func_72 (int x, int y, struct S1 z)
{
  for (z.f0 = -3; z.f0 > 16; z.f0 += 1)
    foo ();
  return g_120;
}

int
main ()
{
  while (g_339 % 0x200003)
    continue;
  if (i)
    func_72 (0, 0, g_5);
  foo (&g_339);
  return 0;
}