Commit 40a90224 by Uros Bizjak

* gcc.target/i386/pr82713.c: Fix dg directive.

From-SVN: r255016
parent 00709c08
/* { dg-do compile } */ /* { dg-do compile } */
* { dg-options "-O3 -mavx512bw" } */ /* { dg-options "-O3 -mavx512bw" } */
_Bool a[2048]; _Bool a[2048];
int b[2048]; int b[2048];
...@@ -16,4 +16,3 @@ foo () ...@@ -16,4 +16,3 @@ foo ()
a[i + 1] = b[i + 3] <= 10; a[i + 1] = b[i + 3] <= 10;
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment