Skip analyzer strndup test on hppa*-*-hpux*
[official-gcc.git] / gcc / testsuite / gcc.dg / pr103277.c
blob5c206f919cd537d1d99c19d28f493f6726a339a4
1 /* { dg-do compile } */
2 /* { dg-options "-O1 -fbranch-probabilities -fno-ipa-pure-const" } */
4 __attribute__ ((returns_twice)) void
5 bar (void)
9 void
10 foo (int cond)
12 if (cond)
13 bar ();
14 } /* { dg-message "profile count data" } */