[gnu.gcc.bug] gcc 1.36 bug with INT_MIN and/or LONG_MIN ?

meissner@osf.org (02/06/90)

| <rms>  That is no bug.  2147483648 has type unsigned int.
| 
| True.  But doesn't (-2147483648) have type signed int?  After all, it is
| less than or equal to LONG_MIN.

No, on 32-bit machines -2147483648 has type unsigned int (the negation
does not change it's type).