fixed bug #460088
[fw/sdcc] / ChangeLog
index ec8cb6b9ce5cc8060ac9cc89ae5840606eea1fa2..75c8008b6c50cce70d5e75d411a072f0cb598c2d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2003-04-05    <johan@balder>
+
+       * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
+       * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
+       * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
+       * src/SDCCast.c: fixed a warning
+       * src/SDCCast.h: fixed a warning
+       * src/SDCCicode.c (operandFromAst): fixed a warning
+
 2003-04-04    <johan@balder>
 
        * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584