Skip analyzer strndup test on hppa*-*-hpux*
[official-gcc.git] / gcc / testsuite / gcc.dg / Walloca-16.c
blob7e16caacbf2dfc41db789575fdfc5b08ff21b11c
1 /* PR tree-optimization/84224 */
2 /* { dg-do compile } */
3 /* { dg-prune-output "conflicting types for built-in" } */
4 /* { dg-options "-O0 -Walloca" } */
6 void *alloca ();
7 __typeof__(alloca ()) a () { return alloca (); }
9 /* { dg-prune-output "\\\[-Wbuiltin-declaration-mismatch]" } */