From 3aa64a0f08664a4b0094352aa11f877fa2bd4c37 Mon Sep 17 00:00:00 2001 From: Richard Sandiford Date: Tue, 28 Jan 2020 09:59:49 +0000 Subject: [PATCH] testsuite: Add -Wpsabi to gcc.dg/torture/pr93170.c [PR93460] 2020-01-28 Richard Sandiford gcc/testsuite/ PR testsuite/93460 * gcc.dg/torture/pr93170.c: Add -Wpsabi. --- gcc/testsuite/ChangeLog | 5 +++++ gcc/testsuite/gcc.dg/torture/pr93170.c | 1 + 2 files changed, 6 insertions(+) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 255cd08df31..e3f7592b5f6 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2020-01-28 Richard Sandiford + + PR testsuite/93460 + * gcc.dg/torture/pr93170.c: Add -Wpsabi. + 2020-01-28 Martin Liska PR c++/92440 diff --git a/gcc/testsuite/gcc.dg/torture/pr93170.c b/gcc/testsuite/gcc.dg/torture/pr93170.c index 25a93a3743e..80910bfb3d5 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)));