* src/mcs51/gen.c (adjustArithmeticResult): fixed bug 1839299
[fw/sdcc] / ChangeLog
index f3d1602d303681db7f01211f8ba92c12bd5ed078..923e2a98d18bfec3b84c675d84ba38da97bcb999 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,27 @@
+2008-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
+
+       * src/mcs51/gen.c (adjustArithmeticResult): fixed bug 1839299
+       * support/regression/tests/bug1839277.c: added related testBug1839299
+
+2008-03-21 Maarten Brock <sourceforge.brock AT dse.nl>
+
+       * src/ds390/gen.c (opIsGptr, adjustArithmeticResult, genAddrOf, genAssign),
+       * src/mcs51/gen.c (opIsGptr, adjustArithmeticResult, genAddrOf, genAssign):
+         fixed bug 1839277
+       * src/mcs51/gen.c: throughout only output hex constants
+       * src/SDCCicode.c (getPtrType, geniCodeCast): fixed code size regression
+       * support/regression/tests/bug1839277.c: new, added
+
+2008-03-21 Philipp Klaus Krause <pkk AT spth.de>
+
+       * src/z80/ralloc.c (callFuncByName):
+         Used // instead of /**/ to fix compilation warning about nested comments.
+
+2008-03-20 Maarten Brock <sourceforge.brock AT dse.nl>
+
+       * src/SDCCsymt.c (comparePtrType): fixed bug 1921073
+       * support/regression/tests/bug1921073.c: new, added
+
 2008-03-17 Philipp Klaus Krause <pkk AT spth.de>
 
        * src/z80/SDCCpeeph.c.c (callFuncByName):