Merged revisions 208012,208018-208019,208021,208023-208030,208033,208037,208040-20804...
[official-gcc.git] / main / gcc / testsuite / gcc.dg / debug / 20000503-1.c
blob27d3c55ddcbc7b152c8606d6dd2a124982d601a1
1 /* { dg-do compile } */
3 /* Distilled from GCC's stmt.c. Caused abort in dwarf-1 code. */
5 static void
6 expand_nl_goto_receiver ()
9 static struct elims {int from, to;} elim_regs[] = {{ 16, 7}, { 16, 6}, { 20, 7},{ 20, 6}};
10 int i;
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;