pr31041.c
来自「用于进行gcc测试」· C语言 代码 · 共 28 行
C
28 行
/* { dg-do compile } *//* { dg-require-effective-target vect_int } */#include <stdarg.h>#include "tree-vect.h"typedef int int32_t;struct UNewTrie{ int32_t index[(0x110000 >> 1)];};typedef struct UNewTrie UNewTrie;utrie_open_3_4 (){ UNewTrie *trie; int32_t i, j; { i = 0; do { trie->index[i++] = j; j += 1; } while (i < 5); }}/* { dg-final { cleanup-tree-dump "vect" } } */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?