Skip analyzer strndup test on hppa*-*-hpux*
[official-gcc.git] / gcc / testsuite / gcc.dg / pr28796-2.c
bloba56b4abf8e51f54d6cfcdd981afcc1c5ef248ece
1 /* { dg-do run } */
2 /* { dg-options "-O2 -funsafe-math-optimizations -fno-finite-math-only -DUNSAFE" } */
3 /* { dg-add-options ieee } */
5 #include "tg-tests.h"
7 int main(void)
9 return main_tests ();