20060512-2.c

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

C
14
字号
/* { dg-do compile } *//* { dg-require-effective-target ilp32 } *//* { dg-options "-std=gnu99" } */intouter_function (int x, int y){  int __attribute__ ((__noinline__, __force_align_arg_pointer__))  nested_function (int x, int y)    { /* { dg-error "force_align_arg_pointer not supported for nested functions" } */      return (x + y);    }  return (3 + nested_function (x, y));}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?