Skip analyzer strndup test on hppa*-*-hpux*
[official-gcc.git] / gcc / testsuite / gcc.dg / pr94002.c
blob05a02f3f15bf6315e9ed380e23b617a25f1eb3b1
1 /* PR rtl-optimization/94002 */
2 /* { dg-do compile } */
3 /* { dg-options "-O1 -fno-tree-dce -fno-tree-reassoc" } */
4 /* { dg-additional-options "-fPIC" { target fpic } } */
6 unsigned a, b;
8 void
9 foo (void)
11 __builtin_sub_overflow (b, 44852956282LL, &a);
12 a += ~b;