Skip to content

Commit

Permalink
aarch64-vect-lane-2.c (search_line_fast): Change type to void.
Browse files Browse the repository at this point in the history
	* c-c++-common/torture/aarch64-vect-lane-2.c (search_line_fast):
	Change type to void.

From-SVN: r254530
  • Loading branch information
andreas-schwab authored and Andreas Schwab committed Nov 8, 2017
1 parent 879e92d commit 428dab5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions gcc/testsuite/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2017-11-08 Andreas Schwab <[email protected]>

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

2017-11-08 Janne Blomqvist <[email protected]>

PR 82869
Expand Down
2 changes: 1 addition & 1 deletion gcc/testsuite/c-c++-common/torture/aarch64-vect-lane-2.c
Original file line number Diff line number Diff line change
@@ -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 "" } */
Expand Down

0 comments on commit 428dab5

Please sign in to comment.