blob: 1cfed57d6a6085d137849fb6e63090637f556722 [file] [log] [blame]
/* { dg-do compile { target { powerpc*-*-* } } } */
/* { dg-require-effective-target ilp32 } */
/* { dg-require-effective-target powerpc_p9vector_ok } */
/* { dg-options "-mdejagnu-cpu=power9" } */
#include <stddef.h>
#include <altivec.h>
/* This test only runs on 32-bit configurations, where a compiler
error should be issued because this built-in function is not
available on 32-bit configurations. */
int
fetch_data (float *address, size_t length)
{
return __builtin_vec_lxvl (address, length); /* { dg-warning "'__builtin_vec_lxvl'" } */
}