costmodel-pr68961.c: Remove.
authorRichard Biener <rguenther@suse.de>
Wed, 27 Jul 2016 11:11:22 +0000 (11:11 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Wed, 27 Jul 2016 11:11:22 +0000 (11:11 +0000)
2016-07-27  Richard Biener  <rguenther@suse.de>

* gcc.dg/vect/costmodel/x86_64/costmodel-pr68961.c: Remove.

From-SVN: r238784

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/vect/costmodel/x86_64/costmodel-pr68961.c [deleted file]

index 727e84c..3f8129a 100644 (file)
@@ -1,3 +1,7 @@
+2016-07-27  Richard Biener  <rguenther@suse.de>
+
+       * gcc.dg/vect/costmodel/x86_64/costmodel-pr68961.c: Remove.
+
 2016-07-27  Martin Liska  <mliska@suse.cz>
 
        * gcc.dg/predict-13.c: New test.
diff --git a/gcc/testsuite/gcc.dg/vect/costmodel/x86_64/costmodel-pr68961.c b/gcc/testsuite/gcc.dg/vect/costmodel/x86_64/costmodel-pr68961.c
deleted file mode 100644 (file)
index a88b148..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-/* { dg-do compile } */
-/* { dg-additional-options "-fdump-tree-slp-details" } */
-
-struct x { double d[2]; };
-
-struct x
-pack (double a, double aa)
-{
-  struct x u;
-  u.d[0] = a;
-  u.d[1] = aa;
-  return u;
-}
-
-/* { dg-final { scan-tree-dump-times "vectorization is not profitable" 1 "slp2" } } */