?? pr24231-2.c
字號:
/* { dg-do compile } *//* { dg-options "-O2" } *//* FRE testcase for PR 24231, problem with PRE coalescing abnormal phis. */struct f{ int i;};struct h{h();};int g(void);int g1(void) throw();int h2222(f*);void ghh(int);int main(void){ int i; f t; try { i = g1(); try { i = g(); }catch(...) {} int j = i; try { i = g(); }catch(...) {} t.i = j; i = 2; int h = t.i; ghh (h); g(); }catch(...) {} return i;}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -