testsuite: Fix up testcase for ia32 [PR98191]
authorJakub Jelinek <jakub@redhat.com>
Tue, 8 Dec 2020 23:35:04 +0000 (00:35 +0100)
committerJakub Jelinek <jakub@redhat.com>
Tue, 8 Dec 2020 23:35:04 +0000 (00:35 +0100)
2020-12-09  Jakub Jelinek  <jakub@redhat.com>

PR tree-optimization/98191
* gcc.dg/torture/pr98191.c: Add dg-additional-options with
-w -Wno-psabi.

gcc/testsuite/gcc.dg/torture/pr98191.c

index 93cd27c..7c4a6d1 100644 (file)
@@ -1,4 +1,5 @@
 /* { dg-do compile } */
+/* { dg-additional-options "-w -Wno-psabi" } */
 
 typedef double v2df __attribute__((vector_size(2*sizeof(double))));