Sign in
gnu
/
gcc
/
a6d3012b274f38b20e2a57162106f625746af6c6
/
.
/
gcc
/
testsuite
/
c-c++-common
/
torture
/
aarch64-vect-lane-2.c
blob: a2d9e45c21e2f43fb3afdcb20e360e49af85c32e [
file
] [
log
] [
blame
]
// { dg-do compile { target "aarch64*-*-*" } }
// { dg-xfail-if "" { *-*-* } { "-flto -fuse-linker-plugin" } { "" } }
void
search_line_fast
(
void
)
{
__builtin_aarch64_im_lane_boundsi
(
4
,
0
,
0
);
/* { dg-error "" } */
}