This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: get_condition causes overlow for sign extended constants
- To: amylaar at cygnus dot co dot uk
- Subject: Re: get_condition causes overlow for sign extended constants
- From: kenner at vlsi1 dot ultra dot nyu dot edu (Richard Kenner)
- Date: Sun, 16 Mar 97 08:57:22 EST
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.