Skip several analyzer socket tests on hppa*-*-hpux*
[official-gcc.git] / gcc / testsuite / c-c++-common / analyzer / disabling.c
bloba696d1e021e0611006f2f366d90cd2ca1734021e
1 /* Verify that we can override -fanalyzer with -fno-analyzer. */
2 /* { dg-additional-options "-fno-analyzer" } */
4 #include <stdlib.h>
6 void test (void *ptr)
8 free (ptr);
9 free (ptr); /* { dg-bogus "free" } */