* sim/ucsim/*.*, sim/ucsim/configure, sim/ucsim/configure.in:
[fw/sdcc] / ChangeLog
index 710376ff30e291c5aadf0928a8e9f6bffc8e8e82..6203bf41ab36a9614b70834837a018a3d9805e85 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,44 @@
+2007-06-07 Borut Razem <borut.razem AT siol.net>
+
+       * sim/ucsim/*.*, sim/ucsim/configure, sim/ucsim/configure.in:
+         permanent solution to suppress GCC 4.2.0 c++ warning:
+         deprecated conversion from string constant to `char *'
+         use 'const char *' where ever required
+
+2007-06-04 Maarten Brock <sourceforge.brock AT dse.nl>
+
+       * src/SDCCast.c(decorateType): better optimize '!!' and comparisons
+
+2007-06-04 Borut Razem <borut.razem AT siol.net>
+
+       * configure.in, configure, config_vc.awk: sdcc version number is now
+         stored in configure.in; removed .version
+       * configure.in, configure, sdcc.spec, doc/sdccman.lyx, doc/sdccman.lyx,
+         doc/INSTALL.txt: version bumped to 2.7.2
+       * sim/ucsim/configure.in, sim/ucsim/configure:
+         use "read" to read from .version
+
+2007-06-03 Borut Razem <borut.razem AT siol.net>
+
+       * */Makefile.in: removed annoying warning:
+         Makefile:xx: Makefile.dep: No such file or directory
+
+2007-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
+
+       * src/mcs51/gen.c (outBitC, genRet): used IS_OP_RUONLY,
+         (genNot, genXor): used toCarry, also fixes a bug for c = bit ^ val
+       * src/mcs51/ralloc.c: removed IS_OP_RUONLY + some cosmetic changes
+       * src/SDCCast.c (resultTypePropagate): propagate for '!',
+         (decorateType): also optimize comparisons with RESULT_TYPE_BIT,
+         bugfix: only use newBoolLink for bit result type
+       * src/SDCCicode.c (geniCodeLogic): added param tree,
+         bugfix: use newBoolLink if tree is bit type, bug appears when ruonly,
+         (geniCodeLogicAndOr): use IS_BIT,
+         (geniCodeJumpTable, geniCodeSwitch): added NULL param to geniCodeLogic,
+         (ast2iCode): added tree param to geniCodeLogic for comparisons
+       * src/SDCCsymt.h: added IS_OP_RUONLY and IS_OP_ACCUSE
+       * support/regression/tests/bug1723128.c: added test NotZero
+
 2007-06-01 Borut Razem <borut.razem AT siol.net>
 
        * SDCPP synchronized with GCC CPP release version 4.2.0,
@@ -21,6 +62,9 @@
        * device/lib/pic16/libdev/pic18f[24][45]j10.c: fixed svn atrributes
        * device/lib/pic16/libdev/pic18f[24]5j10.c:
          search for included source file in local directory
+       * sim/ucsim/configure, sim/ucsim/configure.in:
+         temporary solution to suppress GCC 4.2.0 c++ warning:
+         deprecated conversion from string constant to `char *'
 
 2007-06-01 Raphael Neider <rneider AT web.de>
 
        * src/regression/Makefile,
        * src/regression/pcodeopt.c: regression test for the above fix
 
-2007-05-08 Maarten Brock <sourceforge.brock AT dse.nl>
+2007-05-11 Maarten Brock <sourceforge.brock AT dse.nl>
 
        * src/SDCCpeeph.c (labelIsUncondJump): ignore identical labels for
          jumps to self, fixed bug 1717281