Commit 428dab52 by Andreas Schwab Committed by Andreas Schwab

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
parent 879e92d0
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> 2017-11-08 Janne Blomqvist <jb@gcc.gnu.org>
PR 82869 PR 82869
......
// { dg-do compile { target "aarch64*-*-*" } } // { dg-do compile { target "aarch64*-*-*" } }
// { dg-xfail-if "" { *-*-* } { "-flto -fuse-linker-plugin" } { "" } } // { dg-xfail-if "" { *-*-* } { "-flto -fuse-linker-plugin" } { "" } }
int void
search_line_fast (void) search_line_fast (void)
{ {
__builtin_aarch64_im_lane_boundsi (4, 0, 0); /* { dg-error "" } */ __builtin_aarch64_im_lane_boundsi (4, 0, 0); /* { dg-error "" } */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment