pr79732.c: Require alias support.
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / pr71901.c
blob42e9b0e968acb86ce3d0a17ce5857e8518c5749e
1 /* { dg-do compile } */
2 /* { dg-require-effective-target alloca } */
4 typedef struct { int _mp_size; } mpz_t[1];
5 int a, b;
6 void fn1()
8 mpz_t c[1][b];
9 for (;;) {
10 int d = 0 >= 0 ? 0 == 0 ? c[0][0]->_mp_size ? -1 : 0 : 0 : 0,
11 e = 0 >= 0 ? 0 == 0 ? c[1][1]->_mp_size ? -1 : 0 : 0 : 0;
12 if (d != e)
13 a++;