Skip analyzer strndup test on hppa*-*-hpux*
[official-gcc.git] / gcc / testsuite / gcc.dg / pr105140.c
blob173dc8c2fac8f0f30ce56b3ae36a8893601b6273
1 /* { dg-do compile } */
2 /* { dg-options "-fpermissive -Os -w -Wno-psabi" } */
3 /* { dg-skip-if "PR105147" { powerpc*-*-* s390*-*-* } } */
5 typedef char __attribute__((__vector_size__ (16 * sizeof (char)))) U;
6 typedef int __attribute__((__vector_size__ (16 * sizeof (int)))) V;
8 void bar ();
10 bar (int i, int j, int k, V v)
14 void
15 foo (void)
17 bar ((V){}, (V){}, (V){}, (U){});