aarch64-vect-lane-2.c (search_line_fast): Change type to void.

* c-c++-common/torture/aarch64-vect-lane-2.c (search_line_fast):
	Change type to void.

From-SVN: r254530
This commit is contained in:
Andreas Schwab 2017-11-08 13:56:04 +00:00 committed by Andreas Schwab
parent 879e92d057
commit 428dab52e9
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2017-11-08 Andreas Schwab <schwab@suse.de>
* c-c++-common/torture/aarch64-vect-lane-2.c (search_line_fast):
Change type to void.
2017-11-08 Janne Blomqvist <jb@gcc.gnu.org>
PR 82869

View File

@ -1,6 +1,6 @@
// { dg-do compile { target "aarch64*-*-*" } }
// { dg-xfail-if "" { *-*-* } { "-flto -fuse-linker-plugin" } { "" } }
int
void
search_line_fast (void)
{
__builtin_aarch64_im_lane_boundsi (4, 0, 0); /* { dg-error "" } */