📄 opt-1.c
字号:
/* { dg-do compile } *//* { dg-options "-O2 -fPIC" } *//* { dg-options "-O2 -fPIC -mtune=i686" { target { { i?86-*-* x86_64-*-* } && ilp32 } } } *//* { dg-require-effective-target tls } *//* { dg-require-effective-target fpic } */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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -