2016-07-27 Richard Biener <rguenther@suse.de>
* gcc.dg/vect/costmodel/x86_64/costmodel-pr68961.c: Remove.
From-SVN: r238784
+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.
+++ /dev/null
-/* { 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" } } */