]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
pr33426-ivdep-3.cc: Require vect_int_mult as well.
authorEric Botcazou <ebotcazou@adacore.com>
Mon, 10 Feb 2014 11:09:21 +0000 (11:09 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Mon, 10 Feb 2014 11:09:21 +0000 (11:09 +0000)
* g++.dg/vect/pr33426-ivdep-3.cc: Require vect_int_mult as well.
* g++.dg/vect/pr33426-ivdep-4.cc: Likewise.

From-SVN: r207652

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

index bfbe37fc14a50738c097ad34df37208697c1877a..ff6ecfa7405822d19ad811a149dc7fc328bc4b76 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 3cbf71c6224cea5eb8b3ff85a5d6a20dc3741f9f..78f225a9c1e37bc326b817dac80d1527f426af10 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 b59a393c2cc3f3823c9b39e1854accb26a9200de..9471761345592c170ca24db0721fff9697e46705 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 */