aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/redecl-21.c
blob: 2f2a6548a57b031f4bdd3fa027a894a565b92189 (plain)
1
2
3
4
5
6
7
8
9
/* We used to ICE in the gimplifier, PR 106765 */
/* { dg-do compile } */
/* { dg-options "-w" } */
struct a {
  int b
} c() {
  struct a a; // { dg-note "" }
  a.b;
  d a; // { dg-error "" }