]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
2016-01-29 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
authorwschmidt <wschmidt@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 30 Jan 2016 01:18:43 +0000 (01:18 +0000)
committerwschmidt <wschmidt@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 30 Jan 2016 01:18:43 +0000 (01:18 +0000)
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@233006 138bc75d-0d04-0410-961f-82ee72b054a4

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 } } } } */