PR tree-optimization/85758
* match.pd ((X & Y) ^ Y): Add :s qualifier to inner expression.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@263887
138bc75d-0d04-0410-961f-
82ee72b054a4
+2018-08-27 Alexander Monakov <amonakov@ispras.ru>
+
+ PR tree-optimization/85758
+ * match.pd ((X & Y) ^ Y): Add :s qualifier to inner expression.
+
2018-08-27 David Malcolm <dmalcolm@redhat.com>
PR 87091
(for opo (bit_and bit_xor)
opi (bit_xor bit_and)
(simplify
- (opo:c (opi:c @0 @1) @1)
+ (opo:c (opi:cs @0 @1) @1)
(bit_and (bit_not @0) @1)))
/* Given a bit-wise operation CODE applied to ARG0 and ARG1, see if both