diff options
-rw-r--r-- | gcc/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/torture/pr93170.c | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 255cd08..e3f7592 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -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 diff --git a/gcc/testsuite/gcc.dg/torture/pr93170.c b/gcc/testsuite/gcc.dg/torture/pr93170.c index 25a93a3..80910bf 100644 --- a/gcc/testsuite/gcc.dg/torture/pr93170.c +++ b/gcc/testsuite/gcc.dg/torture/pr93170.c @@ -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))); |