20040308-2.c

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

C
20
字号
/* APPLE LOCAL file lno *//* { dg-do compile } *//* { dg-options "-O2 -fdump-tree-phiopt1-details -fdump-tree-tailc-details" } */int f(int i){  int result;  result = t(i);  if (result)    return result;  return 0;}/* We should convert one COND_EXPRs into straightline code.  *//* { dg-final { scan-tree-dump-times "straightline" 1 "phiopt1" } } *//* Also we should have found that the call to t is tail called.   *//* { dg-final { scan-tree-dump-times "Found tail call" 1 "tailc" } } */

⌨️ 快捷键说明

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