[committed] Skip analyzer strndup test on hppa*-*-hpux*
Checks
Commit Message
Test on hppa64-hp-hpux11.11. Committed to trunk.
Dave
---
Skip analyzer strndup test on hppa*-*-hpux*
2023-11-26 John David Anglin <danglin@gcc.gnu.org>
gcc/testsuite/ChangeLog:
* gcc.dg/analyzer/strndup-1.c: Skip on hppa*-*-hpux*.
@@ -1,4 +1,4 @@
-/* { dg-skip-if "no strndup in libc" { *-*-darwin[789]* *-*-darwin10* *-*-mingw* *-*-vxworks* } } */
+/* { dg-skip-if "no strndup in libc" { *-*-darwin[789]* *-*-darwin10* hppa*-*-hpux* *-*-mingw* *-*-vxworks* } } */
#include <string.h>
#include <stdlib.h>