summaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorienkovich <ienkovich@138bc75d-0d04-0410-961f-82ee72b054a4>2016-03-04 13:49:54 +0000
committerienkovich <ienkovich@138bc75d-0d04-0410-961f-82ee72b054a4>2016-03-04 13:49:54 +0000
commit268fbd56675a4ba1d5c81736974032830500e58a (patch)
tree38f0d831d9046ff5a804a681c6e7d0dc1ae4b7a8 /gcc/ChangeLog
parent6560d1adcecef454646575c36a37220ba6f30988 (diff)
downloadgcc-268fbd56675a4ba1d5c81736974032830500e58a.tar.gz
gcc/
* tree-vect-patterns.c (search_type_for_mask): Handle comparison of booleans. gcc/testsuite/ * gcc.dg/pr70026.c: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@233966 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 828f6081633..551044c1c07 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,9 @@
+2016-03-04 Ilya Enkovich <enkovich.gnu@gmail.com>
+
+ * tree-vect-patterns.c (search_type_for_mask): Handle
+ comparison of booleans.
+
+
2016-03-04 Jakub Jelinek <jakub@redhat.com>
* doc/extend.texi (__builtin_alloca, __builtin_alloca_with_align):