[gcc/testsuite]
2018-04-16 Bill Schmidt <wschmidt@linux.ibm.com>
PR target/85080
* gcc.dg/vect/costmodel/ppc/costmodel-pr37194.c: Skip dump checks
if the target supports efficient unaligned storage accesses.
From-SVN: r259407
+2018-04-16 Bill Schmidt <wschmidt@linux.ibm.com>
+
+ PR target/85080
+ * gcc.dg/vect/costmodel/ppc/costmodel-pr37194.c: Skip dump checks
+ if the target supports efficient unaligned storage accesses.
+
2018-04-16 Aaron Sawdey <acsawdey@linux.ibm.com>
PR target/83660
data[i] = d;
}
-/* { dg-final { scan-tree-dump-times "vectorization not profitable" 1 "vect" } } */
-/* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" } } */
+/* { dg-final { scan-tree-dump-times "vectorization not profitable" 1 "vect" { target { ! vect_hw_misalign } } } } */
+/* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" { target { ! vect_hw_misalign } } } } */