20030611-1.c

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

C
14
字号
/* { dg-do compile } *//* { dg-options "-O1 -fdump-tree-dom3" } */ extern int square (int) __attribute__ ((__const__));shit(int a){  return square (a) + square (a);}/* There should be precisely one call to square.   If there is more than one,   then the dominator optimizations failed to remove the redundant call.  *//* { dg-final { scan-tree-dump-times "square" 1 "dom3"} } */

⌨️ 快捷键说明

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