OSDN Git Service

2005-06-01 Richard Guenther <rguenth@gcc.gnu.org>
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 1 Jun 2005 18:51:12 +0000 (18:51 +0000)
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 1 Jun 2005 18:51:12 +0000 (18:51 +0000)
commitb4bd95274759d0393bf1e3e2c625ba0b0d046de0
tree24f4bde2341e587a951bda16272b126c8743ed39
parent9ea9fcf0bcb5d466a36bd6ecd5536e09f1d53dc9
2005-06-01  Richard Guenther  <rguenth@gcc.gnu.org>

* stmt.c (expand_case): Use build_int_cst.
(node_has_low_bound): Likewise, and correct type mismatch.
(node_has_high_bound): Likewise.
* fold-const.c (fold_binary): Ensure we build trees
with the correct types - undo what STRIP_NOPS possibly did.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100459 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/fold-const.c
gcc/stmt.c