stmt.c (emit_case_nodes): Widen high and low instead of new_bound and low to get...
authorJohn David Anglin <dave@hiauly1.hia.nrc.ca>
Wed, 11 Jul 2001 18:36:38 +0000 (18:36 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Wed, 11 Jul 2001 18:36:38 +0000 (18:36 +0000)
commit9312aecc037c2f04b44be4c6e2239a7708e14c19
tree70de8e19523b1a95028ffc5ddd40a9d49f9cc426
parent4b9664e2764caf8afa4af0538392b3e4e0f12a3e
stmt.c (emit_case_nodes): Widen high and low instead of new_bound and low to get correct sign extension...

* stmt.c (emit_case_nodes): Widen high and low instead of new_bound
and low to get correct sign extension in low+high test.

From-SVN: r43945
gcc/ChangeLog
gcc/stmt.c