aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/pr97721.c
blob: c2a2848ba13fd232f99f7ab3245d47f5a83f643d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// { dg-do compile }
// { dg-options "-O -fno-tree-dominator-opts" }

int ot;

void
z6 (char *tw)
{ 
  while (ot >= 0)
    --ot;

  __builtin_strcpy (&tw[ot], tw);
}