summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/torture/pr79125.c
blob: b5a39f560a5d7578526a8bcb52b46c40c420321f (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
int za;

void
hl (void)
{
  short int o8 = 0;
  short int m6 = 1;
  short int *ni = &m6;

  for (;;)
    {
      int af;
      short int *fd = (short int *)∋

      if (ni != 0)
        {
          if (m6 != 0)
            *ni = 0;
          else
            za = 0;
          af = (o8 * o8) || o8;
          if (af == 0)
            m6 /= 0; /* { dg-warning "division" } */
          while (za != 0)
            {
            }
        }
      *fd = &o8; /* { dg-warning "without a cast" } */
      for (af = 0; af < 2; ++af)
        af = za;
    }
}