re PR target/85080 (gcc.dg/vect/costmodel/ppc/costmodel-pr37194.c fails starting...
authorBill Schmidt <wschmidt@linux.ibm.com>
Mon, 16 Apr 2018 18:18:42 +0000 (18:18 +0000)
committerWilliam Schmidt <wschmidt@gcc.gnu.org>
Mon, 16 Apr 2018 18:18:42 +0000 (18:18 +0000)
[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

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/vect/costmodel/ppc/costmodel-pr37194.c

index 77e67379b5a14abbdc239b12f970d6e8b1743b4a..31c576bf024870129ffb45a58d54daaad91d5885 100644 (file)
@@ -1,3 +1,9 @@
+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
index 5b5dd1bbd27b6f7ebbf1c1943d393941c29d99e2..f2395fc680728dc79c7e4b805de66ab1c00b577b 100644 (file)
@@ -22,6 +22,6 @@ ggSpectrum_Set20(float * data, float d)
       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 } } } } */