get_condition causes overlow for sign extended constants

Richard Kenner kenner@vlsi1.ultra.nyu.edu
Wed Oct 22 07:48:00 GMT 1997


        case GE:
          if (const_val
              != (((HOST_WIDE_INT) 1

Wouldn't changing this "1" to "-1" also fix it and in a cleaner way?
If that works, please send me the resulting patch.



More information about the Gcc mailing list