longbranch1.c

来自「this is a gcc file, you can download it 」· C语言 代码 · 共 37 行

C
37
字号
// PR c++/5964// This testcase failed to link on sparc -m64 -O0, because instruction// lengths were incorrectly computed// { dg-do link }// { dg-options "-O0" }#define makecode for (int i = 1; i < 1000; ++i) i *= 3#define muchcode \        makecode; makecode; makecode; makecode; makecode; makecode; \        makecode; makecode; makecode; makecode; makecode; makecode; \        makecode; makecode; makecode; makecode; makecode; makecode; \        makecode; makecode; makecode; makecode; makecode; makecode#define verymuchcode \        muchcode; muchcode; muchcode; muchcode; muchcode; muchcode; \        muchcode; muchcode; muchcode; muchcode; muchcode; muchcode; \        muchcode; muchcode; muchcode; muchcode; muchcode; muchcode; \        muchcode; muchcode; muchcode; muchcode; muchcode; muchcode; \        muchcode; muchcode; muchcode; muchcode; muchcode; muchcode; \        muchcode; muchcode; muchcode; muchcode; muchcode; muchcode; \        muchcode; muchcode; muchcode; muchcode; muchcode; muchcode; \        muchcode; muchcode; muchcode; muchcode; muchcode; muchcode; \        muchcode; muchcode; muchcode; muchcode; muchcode; muchcode; \        muchcode; muchcode; muchcode; muchcode; muchcode; muchcode; \        muchcode; muchcode; muchcode; muchcode; muchcode; muchcode; \        muchcode; muchcode; muchcode; muchcode; muchcode; muchcode; \        muchcode; muchcode; muchcode; muchcode; muchcode; muchcodeintmain (int argc, char **argv){loop:  verymuchcode;  delete[] argv;  goto loop;}

⌨️ 快捷键说明

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