⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 pr24231-2.c

📁 linux下编程用 编译软件
💻 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 + -