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