Daily bump.
[official-gcc.git] / gcc / testsuite / gcc.dg / pr41345.c
blob5753967c5ac9e57376044c39a70b00759ba8a6a8
1 /* PR bootstrap/41345 */
2 /* { dg-do compile } */
3 /* { dg-options "-O2 -g -fcompare-debug" } */
4 /* { dg-xfail-if "AIX compare debug" { powerpc-ibm-aix* } } */
6 void
7 foo (int *x)
9 int a;
10 for (a = 0; a < 2; a++)
11 if (x[a])
12 goto lab;
13 __builtin_unreachable ();
14 lab:;