⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 opt-1.c

📁 linux下编程用 编译软件
💻 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 + -