On Mon, Dec 15, 2003 at 10:52:27PM +0300, Dmitry wrote: > I think it's been fixed ages ado... can't remember when... > however, conversion from unsigned to signed may result in negative value of > destination if MSB of source is set in 1.
Ok, when I have my linux machine running I will check it again. It is right, that a unsigned>32767 is a negative signed; no problem. Do I have to compile my own version of gcc from cvs, or can I use the version from the download aera? (Is there a CHANGES-list anywhere?) M.