------- Comment #2 from pinskia at gcc dot gnu dot org 2007-07-16 19:30 ------- The type of sizeof is unsigned. So you really have (short)(unsigned)-4 .
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32782
pinskia at gcc dot gnu dot org Mon, 16 Jul 2007 12:30:13 -0700
------- Comment #2 from pinskia at gcc dot gnu dot org 2007-07-16 19:30 ------- The type of sizeof is unsigned. So you really have (short)(unsigned)-4 .
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32782