]> git.ipfire.org Git - thirdparty/gcc.git/commit
PR tree-optimization/92115
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 17 Oct 2019 07:20:36 +0000 (07:20 +0000)
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 17 Oct 2019 07:20:36 +0000 (07:20 +0000)
commit43fa1051df53e134b40e9b447cdf9dc9f73ac865
tree51b68b6aa67dcca39af95deb75de251b4af83bb5
parent6a24c99f1778027ed1ac69103023ea164f3513c9
PR tree-optimization/92115
* tree-ssa-ifcombine.c (ifcombine_ifandif): Force condition into
temporary if it could trap.

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

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