Hi, <dsm...@roadrunner.com> writes:
> The new vector vm code gives me quite a few "possible use uninitialized" > warnings. > > On debian Etch: > > $ gcc --version > gcc (GCC) 4.1.2 20061115 (prerelease) (Debian 4.1.1-21) > > Patch attached (I hope). I'm not seeing it myself (GCC 4.3.3, x86_64-linux-gnu), but I committed it just in case (I did encounter situations in the past where GCC misdiagnoses uninitialized variables.) Note to Andy: the GCS recommends against assignments in `if' expressions (info "(standards)Syntactic Conventions"). :-) Thank you! Ludo'.