/* { dg-do compile { target { powerpc*-*-* } } } */ /* { dg-options "-mdejagnu-cpu=power8 -mvsx" } */ /* { dg-require-effective-target powerpc_vsx } */ #include vector bool int fetch_data (vector unsigned int *arg1_p, vector unsigned int *arg2_p) { vector unsigned int arg_1 = *arg1_p; vector unsigned int arg_2 = *arg2_p; return __builtin_vec_vcmpnez (arg_1, arg_2); /* { dg-error "'__builtin_altivec_vcmpnezw' requires the '-mcpu=power9' and '-mvsx' options" } */ }