20031218-1.c

来自「用于进行gcc测试」· C语言 代码 · 共 20 行

C
20
字号
/* 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 + =
减小字号Ctrl + -
显示快捷键?