20031218-2.c

来自「Mac OS X 10.4.9 for x86 Source Code gcc」· C语言 代码 · 共 14 行

C
14
字号
/* Orgin: Richard Sandiford <rsandifo@gcc.gnu.org>    PR debug/12923  ICE in gen_subprogram_die with -O2 -g   The problem was that this just to ICE with -O2 -g.  *//* { dg-do compile } *//* APPLE LOCAL testsuite nested functions *//* { dg-options "-O2 -g -fnested-functions" } */int f1 (int y){  int f2() { return y; }  return f2();}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?