projects
/
platform
/
upstream
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0221c65
)
testsuite: Fix up testcase for ia32 [PR98191]
author
Jakub Jelinek
<jakub@redhat.com>
Tue, 8 Dec 2020 23:35:04 +0000
(
00:35
+0100)
committer
Jakub 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
patch
|
blob
|
history
diff --git
a/gcc/testsuite/gcc.dg/torture/pr98191.c
b/gcc/testsuite/gcc.dg/torture/pr98191.c
index
93cd27c
..
7c4a6d1
100644
(file)
--- a/
gcc/testsuite/gcc.dg/torture/pr98191.c
+++ b/
gcc/testsuite/gcc.dg/torture/pr98191.c
@@
-1,4
+1,5
@@
/* { dg-do compile } */
+/* { dg-additional-options "-w -Wno-psabi" } */
typedef double v2df __attribute__((vector_size(2*sizeof(double))));