Move the c-torture/noncompile tests to either gcc.dg/cpp or a new
[official-gcc.git] / gcc / testsuite / gcc.dg / 20000503-1.c
bloba5900b8371547f05591c19b297af4efa62dfc228
1 /* { dg-do compile { target i?86-*-linux* i?86-*-sco3.2v5* i?86-*-sysv* } } */
2 /* { dg-options "-O2 -gdwarf -g2" } */
4 /* Distilled from GCC's stmt.c. Caused abort in dwarf-1 code. */
6 static void
7 expand_nl_goto_receiver ()
10 static struct elims {int from, to;} elim_regs[] = {{ 16, 7}, { 16, 6}, { 20, 7},{ 20, 6}};
11 int i;
13 for (i = 0; i < sizeof elim_regs / sizeof elim_regs[0]; i++)
14 if (elim_regs[i].from == 16 && elim_regs[i].to == 6)
15 break;