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

📄 20021018-1.c

📁 用于进行gcc测试
💻 C
字号:
/* { dg-do run { target fpic } } *//* { dg-options "-O2 -fpic" } *//* { dg-bogus "\[Uu\]nresolved symbol .(_GLOBAL_OFFSET_TABLE_|\[_.A-Za-z\]\[_.0-9A-Za-z\]*@(PLT|GOT|GOTOFF))" "PIC unsupported" { xfail *-*-netware* } 0 } */extern void abort (void);extern void exit (int);#if __INT_MAX__ >= 2147483647Lstatic const long foo [10] = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 };long __attribute__((noinline))bar (int x){  return foo [x - 0x6ffffffa];}intmain (void){  if (bar (0x6ffffffc) != 2)    abort ();  exit (0);}#elseintmain (void){  exit (0);}#endif

⌨️ 快捷键说明

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