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

2008-03-30 Thread schwab at suse dot de
--- Comment #3 from schwab at suse dot de 2008-03-30 22:36 --- Not a bug. -- schwab at suse dot de changed: What|Removed |Added Status|UNCONFIRMED

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

2007-07-16 Thread pinskia at gcc dot gnu dot org
--- 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