Skip several gcc.dg/builtin-dynamic-object-size tests on hppa*-*-hpux*
[official-gcc.git] / gcc / testsuite / gcc.dg / builtin-dynamic-object-size-1.c
blobffa59985024f52f95857a9f428da45affa481d41
1 /* { dg-do run } */
2 /* { dg-options "-O2 -Wno-stringop-overread" } */
3 /* { dg-require-effective-target alloca } */
4 /* { dg-skip-if "no strndup" { hppa*-*-hpux* } } */
6 #define __builtin_object_size __builtin_dynamic_object_size
7 #include "builtin-object-size-1.c"