📄 stdarg-1.c
字号:
/* { dg-do compile } *//* { dg-options "-O2 -fdump-tree-stdarg" } */#include <stdarg.h>/* This can be handled on all arches. If there is no va_start, registers don't need to be saved. */voidf1 (int i, ...){}/* { dg-final { scan-tree-dump "f1: va_list escapes 0, needs to save 0 GPR units and 0 FPR units" "stdarg" } } *//* { dg-final { cleanup-tree-dump "stdarg" } } */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -