Skip several analyzer socket tests on hppa*-*-hpux*
[official-gcc.git] / gcc / testsuite / c-c++-common / analyzer / pr96841.c
blobb2951a0651ceae12aedb41ae1da315da80154a58
1 /* { dg-additional-options "-O1 -Wno-builtin-declaration-mismatch -Wno-analyzer-too-complex" } */
3 int
4 l8 (void);
6 __SIZE_TYPE__
7 malloc (__SIZE_TYPE__);
9 void
10 th (int *);
12 void
13 bv (__SIZE_TYPE__ ny, int ***mf)
15 while (l8 ())
17 *mf = 0;
18 (*mf)[ny] = (int *) malloc (sizeof (int));
19 th ((*mf)[ny]);