Add forgotten new testcases.

From-SVN: r220629
This commit is contained in:
Andrew Pinski 2015-02-11 11:08:55 -08:00
parent 2efce5af7c
commit 0a7d7e09c8
2 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,8 @@
// { dg-do compile { target "aarch64*-*-*" } }
#include <arm_neon.h>
int
search_line_fast (uint32x2_t t)
{
return vget_lane_u32 (t, 0);
}

View File

@ -0,0 +1,7 @@
// { dg-do compile { target "aarch64*-*-*" } }
int
search_line_fast (void)
{
__builtin_aarch64_im_lane_boundsi (4, 0, 0); /* { dg-error "" } */
}