Skip analyzer strndup test on hppa*-*-hpux*
[official-gcc.git] / gcc / testsuite / gcc.dg / gimplefe-error-15.c
blob066cd845d31e134ddcb485e4f07d78996807e695
1 /* { dg-do compile } */
2 /* { dg-options "-fgimple" } */
4 unsigned a;
5 static double *d;
6 static _Bool b;
7 __GIMPLE int
8 foo (int n)
10 b = __builtin_add_overflow (n, *d, &a);
11 } /* { dg-error "invalid argument" } */
13 /* { dg-message "" "" { target *-*-* } 0 } */