Skip analyzer strndup test on hppa*-*-hpux*
[official-gcc.git] / gcc / testsuite / gcc.dg / redecl-20.c
blob07f52115ec86e6fcc74c450dea3182a6fe6ed34c
1 /* We used to ICE in the gimplifier, PR 107307 */
2 // { dg-do compile }
3 // { dg-options "-w" }
4 void f ()
6 const struct { int a[1]; } b; // { dg-note "" }
7 int *c = b.a;
8 int *b; // { dg-error "" }