------- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-17 03:43 ------- static const int lwbi = lwb;
lwb = 0x80 lwbi is the signed extended version of lwb to the size of int so you will still get 0xFFFFFF80. So this is still not a bug. -- What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20019