* g++.dg/vect/pr33426-ivdep-3.cc: Require vect_int_mult as well.
authorebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 10 Feb 2014 11:09:21 +0000 (11:09 +0000)
committerebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 10 Feb 2014 11:09:21 +0000 (11:09 +0000)
* g++.dg/vect/pr33426-ivdep-4.cc: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@207652 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/vect/pr33426-ivdep-3.cc
gcc/testsuite/g++.dg/vect/pr33426-ivdep-4.cc

index bfbe37f..ff6ecfa 100644 (file)
@@ -1,3 +1,8 @@
+2014-02-10  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * g++.dg/vect/pr33426-ivdep-3.cc: Require vect_int_mult as well.
+       * g++.dg/vect/pr33426-ivdep-4.cc: Likewise.
+
 2014-02-10  Kirill Yukhin  <kirill.yukhin@intel.com>
            Ilya Tocar  <ilya.tocar@intel.com>
 
index 3cbf71c..78f225a 100644 (file)
@@ -1,5 +1,6 @@
 /* { dg-do compile } */
 /* { dg-require-effective-target vect_int } */
+/* { dg-require-effective-target vect_int_mult } */
 /* { dg-additional-options "-std=c++11 -O3 -fopt-info-vec-optimized -fdump-tree-original -fdump-tree-gimple" } */
 
 /* PR other/33426 */
index b59a393..9471761 100644 (file)
@@ -1,5 +1,6 @@
 /* { dg-do compile } */
 /* { dg-require-effective-target vect_int } */
+/* { dg-require-effective-target vect_int_mult } */
 /* { dg-additional-options "-std=c++11 -O3 -fopt-info-vec-optimized -fdump-tree-original -fdump-tree-gimple" } */
 
 /* PR other/33426 */