]> git.ipfire.org Git - thirdparty/gcc.git/commit
PR tree-optimization/69270
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 15 Jan 2016 02:45:44 +0000 (02:45 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 15 Jan 2016 02:45:44 +0000 (02:45 +0000)
commitf2396141955fbf98889ce4746cdc7a531d1c1cef
tree11920a5ccbf0db329177863f74c5da9fcadba8d3
parent90abb36dbfdbf3872c9396c2accd997c83ec6ce4
   PR tree-optimization/69270
        * tree-ssa-dom.c (ssa_name_has_boolean_range): If the type has a
        single bit of precision, verify it's also unsigned.
        (record_edge_info): Use constant_boolean_node rather than fold_convert
        to convert boolean_true/boolean_false to the right type.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@232399 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/tree-ssa-dom.c