diff options
author | Andrew Pinski <apinski@cavium.com> | 2017-08-01 17:58:17 +0000 |
---|---|---|
committer | Andrew Pinski <pinskia@gcc.gnu.org> | 2017-08-01 10:58:17 -0700 |
commit | 5cada901b548a5b02e18fe5d5d074c5d100a406d (patch) | |
tree | e82bfc5608a3dd0f0779f03d0f9b3aff3187cfd7 /gcc/ChangeLog | |
parent | 671a00ee70091ace175ea7391af1010d612cb89e (diff) | |
download | gcc-5cada901b548a5b02e18fe5d5d074c5d100a406d.zip gcc-5cada901b548a5b02e18fe5d5d074c5d100a406d.tar.gz gcc-5cada901b548a5b02e18fe5d5d074c5d100a406d.tar.bz2 |
tree-ssa-scopedtables.c (hashable_expr_equal_p): Check BIT_INSERT_EXPR's operand 1 to see if the types precision matches.
2017-08-01 Andrew Pinski <apinski@cavium.com>
* tree-ssa-scopedtables.c (hashable_expr_equal_p): Check
BIT_INSERT_EXPR's operand 1
to see if the types precision matches.
From-SVN: r250790
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 36a0221..43b2311 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2017-08-01 Andrew Pinski <apinski@cavium.com> + + * tree-ssa-scopedtables.c (hashable_expr_equal_p): Check + BIT_INSERT_EXPR's operand 1 + to see if the types precision matches. + 2017-08-01 Martin Liska <mliska@suse.cz> PR middle-end/70140 |