testsuite: Add -Wpsabi to gcc.dg/torture/pr93170.c [PR93460]

2020-01-28  Richard Sandiford  <richard.sandiford@arm.com>

gcc/testsuite/
	PR testsuite/93460
	* gcc.dg/torture/pr93170.c: Add -Wpsabi.
This commit is contained in:
Richard Sandiford 2020-01-28 09:59:49 +00:00
parent 4593f60558
commit 3aa64a0f08
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2020-01-28 Richard Sandiford <richard.sandiford@arm.com>
PR testsuite/93460
* gcc.dg/torture/pr93170.c: Add -Wpsabi.
2020-01-28 Martin Liska <mliska@suse.cz>
PR c++/92440

View File

@ -1,5 +1,6 @@
/* { dg-do run } */
/* { dg-require-effective-target int128 } */
/* { dg-options "-Wno-psabi" } */
/* { dg-additional-options "-frename-registers -fno-tree-forwprop -fno-tree-fre -fira-algorithm=priority -mstringop-strategy=loop --param=hot-bb-frequency-fraction=0 -Wno-psabi" { target { x86_64-*-* i?86-*-* } } } */
typedef unsigned char v64u8 __attribute__ ((vector_size (64)));