Skip analyzer strndup test on hppa*-*-hpux*
[official-gcc.git] / gcc / testsuite / gcc.dg / pr42728.c
blob7b2fbb690fbedf923bc7f817f9ac116f4f94147f
1 /* PR debug/42728 */
2 /* { dg-do compile } */
3 /* { dg-options "-O1 -fcompare-debug" } */
5 void
6 foo (char *a)
8 char *b;
9 for (; *a; a++)
10 a = b++;