* src/SDCCopt.c (killDeadCode): fixed bug #907733
[fw/sdcc] / ChangeLog
index f1cd2ef04ab9a9151f7e346ede4e7a5f23bafc6d..a48e4aea68f726faf41e4a0a652007bc167c48f1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
+
+       * src/SDCCopt.c (killDeadCode): fixed bug #907733
+       * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
+       that the variable, not the function, should be static
+       * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
+       to be consistent with non-literal case
+
 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
 
        * src/SDCCast.c (isConformingBody): fixed bug #949967