Skip analyzer strndup test on hppa*-*-hpux*
[official-gcc.git] / gcc / testsuite / gcc.dg / pr97721.c
blobc2a2848ba13fd232f99f7ab3245d47f5a83f643d
1 // { dg-do compile }
2 // { dg-options "-O -fno-tree-dominator-opts" }
4 int ot;
6 void
7 z6 (char *tw)
8 {
9 while (ot >= 0)
10 --ot;
12 __builtin_strcpy (&tw[ot], tw);