]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR target/70011 (test case gcc.dg/vect/costmodel/ppc/costmodel-fast-math-vect...
authorBill Schmidt <wschmidt@linux.vnet.ibm.com>
Tue, 1 Mar 2016 04:14:15 +0000 (04:14 +0000)
committerWilliam Schmidt <wschmidt@gcc.gnu.org>
Tue, 1 Mar 2016 04:14:15 +0000 (04:14 +0000)
2016-02-29  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>

PR target/70011
* gcc.dg/vect/costmodel/ppc/costmodel-fast-math-vect-pr299925.c:
XFAIL when hardware supports efficient unaligned storage access.

From-SVN: r233840

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/vect/costmodel/ppc/costmodel-fast-math-vect-pr29925.c

index 38c738163681bd744abf1de0f1a7f5b715116845..82e538e4ee1d989b44e511a2da2ac4600157cb23 100644 (file)
@@ -1,3 +1,9 @@
+2016-02-29  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
+
+       PR target/70011
+       * gcc.dg/vect/costmodel/ppc/costmodel-fast-math-vect-pr299925.c:
+       XFAIL when hardware supports efficient unaligned storage access.
+
 2016-03-01  Patrick Palka  <ppalka@gcc.gnu.org>
 
        PR c++/69961
index d8fe35c6091c32b00b58920224c70dee1d5e7b14..a3662e267fc3225c7570e36767758afd63fd8d3a 100644 (file)
@@ -35,5 +35,5 @@ int main()
    return 0;
 }
 
-/* { dg-final { scan-tree-dump-times "vectorization not profitable" 1 "vect" } } */
+/* { dg-final { scan-tree-dump-times "vectorization not profitable" 1 "vect" { xfail { vect_hw_misalign } } } } */