re PR tree-optimization/92768 (Maybe a wrong code for vector constants)
authorJakub Jelinek <jakub@redhat.com>
Thu, 5 Dec 2019 23:53:09 +0000 (00:53 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Thu, 5 Dec 2019 23:53:09 +0000 (00:53 +0100)
PR tree-optimization/92768
* gcc.dg/pr92768.c: Add -w -Wno-psabi to dg-options.

From-SVN: r279024

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/pr92768.c

index 3891ee4..a20c7f0 100644 (file)
@@ -1,3 +1,8 @@
+2019-12-06  Jakub Jelinek  <jakub@redhat.com>
+
+       PR tree-optimization/92768
+       * gcc.dg/pr92768.c: Add -w -Wno-psabi to dg-options.
+
 2019-12-05  Sandra Loosemore  <sandra@codesourcery.com>
 
        * g++.target/nios2/hello-pie.C: New.
index fa6a9cb..e2a3f9c 100644 (file)
@@ -1,4 +1,5 @@
-/* { dg-options "-O2 -fno-signed-zeros -fdump-tree-optimized" } */
+/* PR tree-optimization/92768 */
+/* { dg-options "-O2 -fno-signed-zeros -fdump-tree-optimized -w -Wno-psabi" } */
 
 typedef float v4sf __attribute__((vector_size(16)));
 v4sf f () { return (v4sf) { 0.0, -0.0, 0.0, -0.0 }; }