[Bug c/11449] [3.4 Regression] ICE in invert_truthvalue called on AND operation

kazu at cs dot umass dot edu gcc-bugzilla@gcc.gnu.org
Mon Jul 7 22:24:00 GMT 2003


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11449



------- Additional Comments From kazu at cs dot umass dot edu  2003-07-07 22:24 -------
I like this version better because m does not have to be 0 to cause the ICE.

/* PR c/11449.  */

int
foo (int m)
{
  return !(m & ((int) 0x80000000));
}



More information about the Gcc-bugs mailing list