]> git.ipfire.org Git - thirdparty/gcc.git/commit
PR rtl-optimization/89195
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 5 Feb 2019 15:38:57 +0000 (15:38 +0000)
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 5 Feb 2019 15:38:57 +0000 (15:38 +0000)
commit969a9cce621541e05bf4e3dbf7e3088c6d778b4d
tree7e1963ea7a68f515f1a35d79294711996b35c81e
parent12edc914e3e9c7f66916ed379623b033fd32dd9c
PR rtl-optimization/89195
* combine.c (make_extraction): For MEMs, don't extract bytes outside
of the original MEM.

* gcc.c-torture/execute/pr89195.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@268542 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/combine.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/execute/pr89195.c [new file with mode: 0644]