?? extrafunc.tree
字號:
// { dg-do compile }// { dg-options "-O2 -fdump-tree-optimized -Wunused-function" }// Check to see that unused functions get removed at -O2 and// above.static int foo (int bar);static int baz (int aaa);external_definition int ext (int bbb);foo{ return bar;}baz // { dg-warning "defined but not used" }{ return foo (aaa);}ext{ return foo (bbb);}// { dg-final { scan-tree-dump-not "baz" "optimized" } }// { dg-final { cleanup-tree-dump "optimized" } }
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -