aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/tree-ssa/copy-headers-3.c
blob: 6b63cdfab28138d6a0f77cbcbd590aff3400c88e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/* { dg-do compile } */
/* { dg-options "-O2 -fgimple -fdump-tree-ch2-details" } */

int __GIMPLE (startwith("ch"))
test2 (int n)
{
bb_3:
  if (n_1(D) > 0)
    goto bb_3;
  else
    goto bb_4;

bb_4:
  return;

}

/* { dg-final { scan-tree-dump "is do-while loop" "ch2" } } */
/* { dg-final { scan-tree-dump-not "is not do-while loop" "ch2" } } */