📄 20031218-1.c
字号:
/* Orgin: v.haisman@sh.cvut.cz Reduced by: Wolfgang Bangerth <bangerth@dealii.org> PR debug/12923 ICE in gen_subprogram_die with -O1 -g The problem was that this just to ICE with -O1 -g. *//* { dg-do compile } *//* { dg-options "-O -g" } */struct S { unsigned n;};inline void foo (struct S * mx) { mx->n = 1;}void bar () { foo (0);}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -