Commit 65860c77 by Yuri Rumyantsev Committed by Ilya Enkovich

vect-mask-store-move-1.c: Fix test failures.

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
parent 17b6426c
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
......
/* { 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-*-* } } } } */
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