* src/SDCCast.c (decorateType): fix for RFE 1475742, optimize 'ifx (op == 0)' resp...
[fw/sdcc] / ChangeLog
index caa9dae5cda1bb80b1c9a10e7c3367add3f12029..8b9ffa364eaf80ad74194daf99dc9a06187faba1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2006-04-25 Bernhard Held <bernhard AT bernhardheld.de>
+
+       * src/SDCCast.c (decorateType): partial fix for RFE 1475769,
+       remove cast to same type
+       * src/SDCCast.c (decorateType): fix for RFE 1475742,
+       optimize 'ifx (op == 0)' resp. 'ifx (op != 0)'
+
 2006-04-24 Bernhard Held <bernhard AT bernhardheld.de>
 
        Enabled VPATH feature: changed nearly all Makefiles (149 files).