pr28839.c

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

C
19
字号
/* { dg-do compile } *//* { dg-options "-O2 -msse2 -ftree-vectorize -funswitch-loops" } */static int ready[10];void abort (void);void test_once (int t,int t1){  int i, repeat;  for (i = 0; i < 10; i++)    {      ready[i] = 0;      if (t1)	if (b())	  abort ();    }  if (t)    abort ();}

⌨️ 快捷键说明

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