------- Additional Comments From schlie at comcast dot net 2005-01-15 17:17 ------- (In reply to comment #2)
where futher then any constant not explictly negative should be considerd compatible with either signed or unsigned assignment; thereby 0x80000000 is compatible with either, as the value is not explicitly negative, although may be interpeted as being so iff assigned to a signed variable of equal size, but not otherwise; it would seem. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19457