1 /* { dg-do compile { target powerpc*-*-* } } */
2 /* { dg-xfail-if "" { "powerpc-*-eabispe*" "powerpc-ibm-aix*" } { "*" } { "" } } */
3 /* { dg-options "-maltivec -Wall" } */
5 /* This test checks if AltiVec builtins accept const-qualified
9 #include "altivec_check.h"
11 int main (int argc, const char * argv[])
16 const vector float cv = (vector float){1.0, 2.0, 3.0, 4.0};