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

📄 pr16155.c

📁 linux下编程用 编译软件
💻 C
字号:
/* { dg-do compile { target powerpc*-*-* } } *//* { dg-xfail-if "" { "powerpc-*-eabispe*" "powerpc-ibm-aix*" } { "*" } { "" } } *//* { dg-options "-maltivec -ansi" } *//* PR 16155 * Compilation of a simple altivec test program fails if the -ansi flag is * given to gcc, when compiling with -maltivec. */#include <altivec.h>void foo(void){  vector unsigned short a, b;  a = vec_splat(b, 0);}/* { dg-bogus "parse error before \"typeof\"" "-maltivec -mansi" { target powerpc*-*-* } 0 } */

⌨️ 快捷键说明

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