]> git.ipfire.org Git - thirdparty/gcc.git/commit
2017-09-19 Richard Biener <rguenther@suse.de>
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 19 Sep 2017 11:57:39 +0000 (11:57 +0000)
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 19 Sep 2017 11:57:39 +0000 (11:57 +0000)
commitcd697dd183caee8c23cd864732098efc618803bb
treef82639aeed94496688ffd3da48cb39012e5ba13e
parent0fd6140324fab262ccc408cdbd526b39ee7e7e0a
2017-09-19  Richard Biener  <rguenther@suse.de>

PR tree-optimization/82244
* tree-vrp.c (remove_range_assertions): Do not propagate
a constant to abnormals but replace the assert with a copy.

* gcc.dg/torture/pr82244.c: New testcase.

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