opt-1.c

来自「Mac OS X 10.4.9 for x86 Source Code gcc」· C语言 代码 · 共 30 行

C
30
字号
/* { dg-do compile } *//* { dg-options "-O2 -fPIC" } *//* { dg-options "-O2 -fPIC -mtune=i686" { target i?86-*-* } } *//* { dg-skip-if "" { i?86-*-* } { "-m64" } { "" } } */extern __thread int thr;static int x;static voidbar (void){  x = 1;}static void#ifdef __i386____attribute__ ((regparm (3)))#endiffoo (const char *x, void *y, int *z){  bar ();}voidtest (const char *x, void *y){  foo (x, y, &thr);}

⌨️ 快捷键说明

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