]> git.ipfire.org Git - thirdparty/gcc.git/commit
PR rtl-optimization/79386
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 7 Feb 2017 17:45:57 +0000 (17:45 +0000)
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 7 Feb 2017 17:45:57 +0000 (17:45 +0000)
commit7458afd6b35c4851d146f058435ba3dd6215db44
tree2e97b42f4bcb11e9680fb7d5113f0f25d40832bc
parentaf18e61aad2f926a5942ab5fa1a1e6ede13786de
PR rtl-optimization/79386
* cprop.c (bypass_conditional_jumps): Initialize
bypass_last_basic_block already before splitting bbs after
unconditional traps...
(bypass_conditional_jumps): ... rather than here.

* gcc.c-torture/compile/pr79386.c: New test.

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