aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/pr60866.c
blob: 020878d41de02aedd6b43f30af51a8bec1595a0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* { dg-do compile { target powerpc*-*-* ia64-*-* x86_64-*-* } } */
/* { dg-options "-O -fselective-scheduling -fno-if-conversion -fschedule-insns"  } */

int n;

void
foo (int w, int **dnroot, int **dn)
{
  int *child;
  int *xchild = xchild;
  for (; w < n; w++)
    if (!dnroot)
      {
	dnroot = dn;
	for (child = *dn; child; child = xchild)
	  ;
      }
}