]> git.ipfire.org Git - thirdparty/gcc.git/commit
PR tree-optimization/67769
authormpolacek <mpolacek@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 1 Oct 2015 14:25:42 +0000 (14:25 +0000)
committermpolacek <mpolacek@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 1 Oct 2015 14:25:42 +0000 (14:25 +0000)
commit8c1ab18f23824a11c5b443553d9e6c5e98005d71
treeaeb94e35ac8ce6eebd1e518e38c367d5b700aeb3
parent7e3a76de7c496449b187c2688d958631cf21a944
PR tree-optimization/67769
* tree-ssa-phiopt.c (conditional_replacement): Call
reset_flow_sensitive_info_in_bb.
(minmax_replacement): Likewise.
(abs_replacement): Likewise.

* gcc.dg/torture/pr67769.c: New test.

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