]> git.ipfire.org Git - thirdparty/gcc.git/commit
PR rtl-optimization/70174
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 11 Mar 2016 12:07:01 +0000 (12:07 +0000)
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 11 Mar 2016 12:07:01 +0000 (12:07 +0000)
commit6f9a742520e0454045663c9a577363b7bb652dfe
tree5a071c96fbe5aca86382143c24af8284299b350e
parent69262824818b541506e7a69b8eb2caf2c2baaa18
PR rtl-optimization/70174
* expmed.c (store_bit_field_using_insv): Use gen_lowpart_if_possible
followed by gen_lowpart on force_reg instead of just gen_lowpart.

* gcc.dg/pr70174.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@234137 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/expmed.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/pr70174.c [new file with mode: 0644]