tree-ssa-sccvn.c (vn_nary_op_eq): Check BIT_INSERT_EXPR's operand 1 to see if the...
authorAndrew Pinski <apinski@cavium.com>
Fri, 21 Jul 2017 17:16:51 +0000 (17:16 +0000)
committerAndrew Pinski <pinskia@gcc.gnu.org>
Fri, 21 Jul 2017 17:16:51 +0000 (10:16 -0700)
commit27ecd5c2b0dd74f6721e94972751855952acefd1
tree7c3fb8cf61026ef9d76355f5674c64fc00a88130
parent8c7331c5563e00e63837d0246f1325371157d46a
tree-ssa-sccvn.c (vn_nary_op_eq): Check BIT_INSERT_EXPR's operand 1 to see if the types precision matches.

2017-07-21  Andrew Pinski  <apinski@cavium.com>

        * tree-ssa-sccvn.c (vn_nary_op_eq): Check BIT_INSERT_EXPR's
        operand 1 to see if the types precision matches.
        * fold-const.c (operand_equal_p): Likewise.

From-SVN: r250431
gcc/ChangeLog
gcc/fold-const.c
gcc/tree-ssa-sccvn.c