]> gcc.gnu.org Git - gcc.git/commitdiff
vect-mask-store-move-1.c: Fix test failures.
authorYuri Rumyantsev <ysrumyan@gmail.com>
Tue, 9 Feb 2016 09:51:21 +0000 (09:51 +0000)
committerIlya Enkovich <ienkovich@gcc.gnu.org>
Tue, 9 Feb 2016 09:51:21 +0000 (09:51 +0000)
gcc/testsuite/

2016-02-09  Yuri Rumyantsev  <ysrumyan@gmail.com>

* gcc.dg/vect/vect-mask-store-move-1.c: Fix test failures.

From-SVN: r233241

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/vect/vect-mask-store-move-1.c

index b5146996bf38c53dc8a5e9ecee3455eb397d5014..db294e80a21287cf5ce5df085eb0ae58197568c7 100644 (file)
@@ -1,3 +1,7 @@
+2016-02-09  Yuri Rumyantsev  <ysrumyan@gmail.com>
+
+       * gcc.dg/vect/vect-mask-store-move-1.c: Fix test failures.
+
 2016-02-09  Richard Biener  <rguenther@suse.de>
 
        PR tree-optimization/69715
index e575f6dd6ccc458104ff0069c460ae790bcc794e..cc081bdff8b5a8f498aeddb25422db8a9327617c 100644 (file)
@@ -1,5 +1,4 @@
 /* { dg-do compile } */
-/* { dg-options "-O3" } */
 /* { dg-additional-options "-mavx2" { target { i?86-*-* x86_64-*-* } } } */
 
 #define N 256
@@ -16,4 +15,4 @@ void foo (int n)
       }
 }
 
-/* { dg-final { scan-tree-dump-times "Move stmt to created bb" 6 "vect" } } */
+/* { dg-final { scan-tree-dump-times "Move stmt to created bb" 6 "vect"{ target { i?86-*-* x86_64-*-* } } } } */
This page took 0.080364 seconds and 5 git commands to generate.