aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.c-torture/compile/pr71272.c
blob: 22f14981afbc6953eab0a9b2557d3e9a57625223 (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
int a, b, c, d;

int
f1 (int p1, int p2)
{
  return p1 - p2;
}

void
f2 (short p1, short p2)
{
  for (;;)
    {
      if (5 < (1 ^ p2))
        for (; a;)
          for (;;)
            {
              b = 0xE7BC92A3EDA01CD8 < (d = p2) || (0, 0);
              break;
            }
      if (p1)
        break;
      p2 = 5;
    }
}

void
f3 (int x)
{
  int tmp = -2L;
  c = f1 (90, x != 10);
  f2 (c, tmp);
}