]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/gcc.dg/pr97721.c
Update copyright years.
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / pr97721.c
1 // { dg-do compile }
2 // { dg-options "-O -fno-tree-dominator-opts" }
3
4 int ot;
5
6 void
7 z6 (char *tw)
8 {
9 while (ot >= 0)
10 --ot;
11
12 __builtin_strcpy (&tw[ot], tw);
13 }