Skip analyzer strndup test on hppa*-*-hpux*
[official-gcc.git] / gcc / testsuite / gcc.dg / pr99122-1.c
blobd535bdd717360b3301c8796e49c186456eb517f9
1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fpermissive -g -w" } */
4 void f ()
6 int n = 5;
7 struct { char a[n]; } x;
8 g (x, x);
10 int g (double x, double y)
12 return __builtin_isgreater (x, y);