pr28888.c

来自「用于进行gcc测试」· C语言 代码 · 共 22 行

C
22
字号
/* { dg-do compile } *//* { dg-options "-O2 -ftree-vectorize" } */static const unsigned char _c30[] =  "statistic of allocated integer registers:";Allocate__WriteStats (void){  register int i0, i1, i2, i3, i4, i5;l0:i1 = (int) (i5 << 2);  if (i0)  i4 = i5;l1:i2 += i1;  if (i1)  goto l0;l3:i0 = i1 == 255;  i1++;  Out__LongInt ((int) i0, (int) 0);  i0 = i4 >= i1;  if (i0)    goto l3;}

⌨️ 快捷键说明

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