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 77e6737..31c576b 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 5b5dd1b..f2395fc 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 } } } } */