]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR target/65546 (FAIL: gcc.dg/vect/costmodel/ppc/costmodel-vect-31a.c)
authorBill Schmidt <wschmidt@linux.vnet.ibm.com>
Sat, 30 Jan 2016 01:18:43 +0000 (01:18 +0000)
committerWilliam Schmidt <wschmidt@gcc.gnu.org>
Sat, 30 Jan 2016 01:18:43 +0000 (01:18 +0000)
2016-01-29  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>

PR target/65546
* gcc.dg/vect/costmodel/ppc/costmodel-vect-31a.c: Correct
condition being checked, and disable it when the target supports
misaligned loads and stores.

From-SVN: r233006

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/vect/costmodel/ppc/costmodel-vect-31a.c

index aa3855f417738d6ea48f627f9d38815db8ba56b6..8b92463c9966f86fb6a955a8d8ffba54866d348b 100644 (file)
@@ -1,3 +1,10 @@
+2016-01-29  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
+
+       PR target/65546
+       * gcc.dg/vect/costmodel/ppc/costmodel-vect-31a.c: Correct
+       condition being checked, and disable it when the target supports
+       misaligned loads and stores.
+
 2016-01-29  Jakub Jelinek  <jakub@redhat.com>
 
        PR debug/69518
index ff67ff2813046a1f8e5f72a88542eb9a7b6148a8..72b4930d9bbbe077016b17a176d4d0751e42cd1c 100644 (file)
@@ -46,5 +46,5 @@ int main (void)
   return main1 ();
 } 
 
-/* { dg-final { scan-tree-dump-times "vectorization not profitable" 1 "vect" } } */
+/* { dg-final { scan-tree-dump-times "not vectorized: unsupported unaligned store" 1 "vect" { target { ! vect_hw_misalign } } } } */
 /* { dg-final { scan-tree-dump-times "vectorized 1 loops" 0 "vect" { target { ! vect_hw_misalign } } } } */