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

📄 pr29446.c

📁 用于进行gcc测试
💻 C
字号:
/* { dg-do compile } */void f(_Bool D917, int j0, int ubound1, int ubound5){  int i, j = j0;  int (*abc)[3];  i = 1;  while (1)    {       if (j <= 3)         while (1)           {              if (i != j)                {                  if (ubound1 <= 0)                    return;                  (*abc)[1] = 0;                }               else                 {                    if (j > ubound1)                      return;                    if (ubound5 <= 0)                      return;                  }               j = j + 1;               if (D917)                 break;           }    i = i + 1;  }}

⌨️ 快捷键说明

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