20000503-1.c
来自「this is a gcc file, you can download it 」· C语言 代码 · 共 17 行
C
17 行
/* { dg-do compile } *//* Distilled from GCC's stmt.c. Caused abort in dwarf-1 code. */static voidexpand_nl_goto_receiver (){{static struct elims {int from, to;} elim_regs[] = {{ 16, 7}, { 16, 6}, { 20, 7},{ 20, 6}}; int i; for (i = 0; i < sizeof elim_regs / sizeof elim_regs[0]; i++) if (elim_regs[i].from == 16 && elim_regs[i].to == 6) break; }}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?