Skip analyzer strndup test on hppa*-*-hpux*
[official-gcc.git] / gcc / testsuite / gcc.dg / pr70281.c
blob7d408545452adcc3346f23f4f2ed9155e5146d05
1 /* { dg-options "-fpermissive -Wall -fdiagnostics-show-caret" } */
2 int bch_stats_show ()
4 return __builtin_types_compatible_p (unsigned, int) ? "" : ""; /* { dg-warning "cast" } */
5 /* { dg-begin-multiline-output "" }
6 return __builtin_types_compatible_p (unsigned, int) ? "" : "";
7 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
8 { dg-end-multiline-output "" } */