X-Git-Url: https://git.gag.com/?a=blobdiff_plain;ds=sidebyside;f=ChangeLog;h=2c55b61731dfcf59a34077ecb480cd754c88833e;hb=0ddac837e50a0bcf1e3ddf35542eb65a8c158020;hp=e25203ee5baf909a9e8126df378db374142bd006;hpb=1d1257b95e7011f5d9621b43aafd45bd87fbc34a;p=fw%2Fsdcc diff --git a/ChangeLog b/ChangeLog index e25203ee..2c55b617 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,7 +2,10 @@ * src/SDCCast.c (addCast): added promotion for bit variables (decorateType): emit W_COMPLEMENT before the problem vanishes behind - promotion casts + promotion casts + optimisation + (optimizeGetWord): fix warning 'i' might be used uninitialized + * src/mcs51/gen.c (genCpl): removed W_COMPLEMENT + * src/ds390/gen.c (genCpl): removed W_COMPLEMENT 2005-10-24 Bernhard Held