[Bug c++/32782] inconsistent overflow in implicit conversion warning with -sizeof()

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Mon Jul 16 19:30:00 GMT 2007



------- 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



More information about the Gcc-bugs mailing list