diff options
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 65b32b85f56..871a2f076ee 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,10 @@ +2016-02-12 Jakub Jelinek <jakub@redhat.com> + + PR rtl-optimization/69764 + PR rtl-optimization/69771 + * optabs.c (expand_binop_directly): For shift_optab_p, force + convert_modes with VOIDmode if xop1 has VOIDmode. + 2016-02-12 Ilya Enkovich <enkovich.gnu@gmail.com> PR target/69729 |