📄 pr16155.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 + -