aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.c-torture/compile/pr86636.c
blob: 8527a0f112bea81fb136f9adfbbd5cf84f20a117 (plain)
1
2
3
4
5
6
7
8
9
10
/* { dg-do compile } */
/* { dg-require-effective-target pthread } */
/* { dg-options "-fsave-optimization-record -ftree-loop-vectorize -ftree-parallelize-loops=2" } */

void
n2 (int ih)
{
  while (ih < 1)
    ++ih;
}