aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/pr109304.c
blob: d435b04d4d5711e48598c0ffdf11fdd3983e48e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* { dg-do compile } */
/* { dg-require-profiling "-fprofile-generate" } */
/* { dg-require-effective-target fpic } */
/* { dg-options "-O3 -fprofile-generate -fPIC -fno-semantic-interposition" } */

int PyUnicode_FindChar_i;
int PyUnicode_FindChar()
{
  while (PyUnicode_FindChar_i)
    if (PyUnicode_FindChar())
      break;
}