aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/torture/pr103204.c
blob: b08b6864691e0b3c827794a70cc6bb0ea980be96 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* { dg-do compile } */

int a[1][1];
int b, c;
void d()
{
  int e;
  int f[0];
  int *g;
  for (; e;)
    c = b;
  if (a[0][b] = (__UINTPTR_TYPE__)f != 3)
    g = &f[b];
  int h;
  *g = *g = *g = h;
}