vector7.c
来自「用于进行gcc测试」· C语言 代码 · 共 9 行
C
9 行
// { dg-options "" }// { dg-do compile }// PR C++/31721 and PR 14217// the attribute vector_size would change a reference type into a pointer type which was wrong.#define vector __attribute__((__vector_size__(16) ))vector int b;vector int &a = b;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?