?? 20031021-1.c
字號:
/* { dg-do compile } *//* { dg-options "-O1 -fdump-tree-optimized" } */struct A{ int i : 8;};signed char c1, c2;struct A a;int main(){ a.i = c1; c2 = a.i; return a.i;}/* We should only store to a.i, not load from it. *//* { dg-final { scan-tree-dump-times "a.i" 1 "optimized" } } *//* { dg-final { cleanup-tree-dump "optimized" } } */
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -