1/* { dg-do compile } */
2
3/* Distilled from GCC's stmt.c.  Caused abort in dwarf-1 code. */
4
5static void
6expand_nl_goto_receiver ()
7{
8{
9static struct elims {int from, to;} elim_regs[] = {{ 16, 7}, { 16, 6}, { 20, 7},{ 20, 6}};
10      int i;
11
12      for (i = 0; i < sizeof elim_regs / sizeof elim_regs[0]; i++)
13	if (elim_regs[i].from == 16 && elim_regs[i].to == 6)
14	break;
15      }
16}
17