Skip several analyzer socket tests on hppa*-*-hpux*
[official-gcc.git] / gcc / testsuite / c-c++-common / analyzer / pr93352.c
blobccb96d0eaed656c6ee6a7d89d79bb48f1a26edef
1 /* { dg-additional-options "-Wno-overflow" } */
3 struct yc {
4 int c0;
5 char di[];
6 };
8 void
9 qt (struct yc *ab)
11 ab->di[0x7fffffff + 1] = ab->di[0];