projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
00709c0
)
* gcc.target/i386/pr82713.c: Fix dg directive.
author
Uros Bizjak
<uros@gcc.gnu.org>
Tue, 21 Nov 2017 17:00:35 +0000
(18:00 +0100)
committer
Uros Bizjak
<uros@gcc.gnu.org>
Tue, 21 Nov 2017 17:00:35 +0000
(18:00 +0100)
From-SVN: r255016
gcc/testsuite/gcc.target/i386/pr82713.c
patch
|
blob
|
history
diff --git
a/gcc/testsuite/gcc.target/i386/pr82713.c
b/gcc/testsuite/gcc.target/i386/pr82713.c
index 2c2295efa602e0f3776400f44eb7f12822d25bba..bcfe90ecb2be3565716d1712a09c5b8db584d123 100644
(file)
--- a/
gcc/testsuite/gcc.target/i386/pr82713.c
+++ b/
gcc/testsuite/gcc.target/i386/pr82713.c
@@
-1,5
+1,5
@@
/* { dg-do compile } */
-* { dg-options "-O3 -mavx512bw" } */
+
/
* { dg-options "-O3 -mavx512bw" } */
_Bool a[2048];
int b[2048];
@@
-16,4
+16,3
@@
foo ()
a[i + 1] = b[i + 3] <= 10;
}
}
-