summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/pr71619.c
blob: e1404bc9a9f13d5345ce4f6fc81d4a279dcaf6bb (plain)
1
2
3
4
5
6
7
8
9
10
11
/* PR 71619 */

/* { dg-do compile } */
/* { dg-options "-O --param=max-predicted-iterations=0" } */

void
foo ()
{
  int count = -10;
  while (count++);
}