blob: 44cc7782760d2a4178e02df485bcc9c04cb2ac5f [file] [log] [blame]
/* { dg-do compile } */
/* { dg-require-effective-target ilp32 } */
/* { dg-require-effective-target powerpc_p9vector_ok } */
/* { dg-options "-mdejagnu-cpu=power9" } */
#include <altivec.h>
/* This test should succeed only on 32-bit configurations. */
int
test_byte_in_set (unsigned char b, unsigned long long set_members)
{
return __builtin_byte_in_set (b, set_members); /* { dg-warning "implicit declaration of function" } */
}