* src/mcs51/peeph.def: disabled rule 132.d to fix #1734654
[fw/sdcc] / ChangeLog
index 996cf6cc2596eeefa2572dfc711d0c0c96aafe90..6d5c3a44e20cd7d7bf11d1a6c42095570d1fc424 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,21 @@
+2007-06-10 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
+
+       * src/mcs51/peeph.def: disabled rule 132.d to fix #1734654
+       * support/regression/tests/bug1734654.c: added
+
+2007-06-10 Maarten Brock <sourceforge.brock AT dse.nl>
+
+       * src/SDCCast.c (decorateType): optimized '?' for equal operands
+       * src/SDCCicode.c (geniCodeConditional): optimization for bit result
+         with literal operands
+
 2007-06-10 Borut Razem <borut.razem AT siol.net>
 
        * as/link/z80/lklibr.c: fixed mingw build warning
          lklibr.c:575: warning: implicit declaration of function 'tolower'
+       * src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c,
+         src/z80/main.c: move target specific options from src/SDCCmain.c
+         to src/<target>/main.c
 
 2007-06-09 Borut Razem <borut.razem AT siol.net>