From: jakub Date: Sat, 27 Feb 2016 13:31:39 +0000 (+0000) Subject: PR target/69613 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=49462d93771016b4ee41482798fdb814d47526dc;p=thirdparty%2Fgcc.git PR target/69613 PR rtl-optimization/69886 * gcc.dg/torture/pr69886.c: Add -w -Wno-psabi to dg-options. * gcc.dg/torture/pr69613.c: Likewise. Guard -mavx with avx_runtime target. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@233781 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index f5d49d07d704..ab6c1dbe64fe 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,11 @@ +2016-02-27 Jakub Jelinek + + PR target/69613 + PR rtl-optimization/69886 + * gcc.dg/torture/pr69886.c: Add -w -Wno-psabi to dg-options. + * gcc.dg/torture/pr69613.c: Likewise. Guard -mavx with avx_runtime + target. + 2016-02-26 Martin Sebor PR tree-optimization/15826 diff --git a/gcc/testsuite/gcc.dg/torture/pr69613.c b/gcc/testsuite/gcc.dg/torture/pr69613.c index 44f2b0cc91ac..d903c85811e2 100644 --- a/gcc/testsuite/gcc.dg/torture/pr69613.c +++ b/gcc/testsuite/gcc.dg/torture/pr69613.c @@ -1,6 +1,7 @@ /* PR target/69613. */ /* { dg-do run { target int128 } } */ -/* { dg-additional-options "-mavx" { target { i?86-*-* x86_64-*-* } } } */ +/* { dg-options "-w -Wno-psabi" } */ +/* { dg-additional-options "-mavx" { target avx_runtime } } */ typedef unsigned short u16; typedef unsigned short v32u16 __attribute__ ((vector_size (32))); diff --git a/gcc/testsuite/gcc.dg/torture/pr69886.c b/gcc/testsuite/gcc.dg/torture/pr69886.c index d896d4fec9be..cc88a952483a 100644 --- a/gcc/testsuite/gcc.dg/torture/pr69886.c +++ b/gcc/testsuite/gcc.dg/torture/pr69886.c @@ -1,6 +1,6 @@ /* PR rtl-optimization/69886. */ /* { dg-do compile } */ -/* { dg-options "--param=gcse-unrestricted-cost=0" } */ +/* { dg-options "--param=gcse-unrestricted-cost=0 -w -Wno-psabi" } */ /* { dg-additional-options "-mavx" { target { i?86-*-* x86_64-*-* } } } */ typedef unsigned v32su __attribute__ ((vector_size (32)));