]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR target/69613 (wrong code with -O and simple 128bit arithmetics and vectors...
authorJakub Jelinek <jakub@redhat.com>
Sat, 27 Feb 2016 13:31:39 +0000 (14:31 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Sat, 27 Feb 2016 13:31:39 +0000 (14:31 +0100)
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.

From-SVN: r233781

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/torture/pr69613.c
gcc/testsuite/gcc.dg/torture/pr69886.c

index f5d49d07d704115cdf105adcd9f086c90aea32b9..ab6c1dbe64fe291efabad16cc13be5a638d16a97 100644 (file)
@@ -1,3 +1,11 @@
+2016-02-27  Jakub Jelinek  <jakub@redhat.com>
+
+       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  <msebor@redhat.com>
 
        PR tree-optimization/15826
index 44f2b0cc91ac4b12c4d255b608f95bc8bf016923..d903c85811e29d9b0b0a0ccb613ea1bb5c537a57 100644 (file)
@@ -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)));
index d896d4fec9be43641f36dd694954da03ae29db1f..cc88a952483a2445090a814a4e6a9becd838e480 100644 (file)
@@ -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)));