gcse-1.c

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

C
16
字号
/* { dg-do compile { target { *-*-linux* && ilp32 } } } *//* { dg-options "-O2" } *//* { dg-final { scan-assembler-times "@ha" 1 } } *//* Test for PR 7003, address of array loaded int register   twice without any need. */extern const char flags [256];unsigned char * f (unsigned char * s) {  while (flags[*++s]);  while (!flags[*++s]);  return s;}

⌨️ 快捷键说明

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