* src/SDCCast.c (isLoopCountable): fixed bug #1478316
[fw/sdcc] / ChangeLog
index 4b238a25e94851e03679aca6d77550a3c5bc9761..346a01a563816e7547efaffd56250e5a448473e2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,18 @@
+2006-05-30 Bernhard Held <bernhard AT bernhardheld.de>
+
+       * src/SDCCast.c (isLoopCountable): fixed bug #1478316
+
+2006-05-27 Bernhard Held <bernhard AT bernhardheld.de>
+
+       * src/SDCCcse.c (findPointerSet): fixed bug #1493710
+       * support/regression/tests/bug-1493710.c: added
+
 2006-05-27 Borut Razem <borut.razem AT siol.net>
 
-       * support/regression/fwk/lib/testfwk.c: increase stack size
-         from deafult 64 bytes to 128 bytes
+       * support/regression/fwk/lib/testfwk.c: define array in _printn() as
+         static instead auto
+       * support/regression/ports/pic16/support.c: increase stack size
+         from default 64 bytes to 128 bytes
        * support/regression/tests/staticinit.c,
          support/regression/tests/float.c: regression tests fully enabled
          for pic16 port by putting the initialized data arrays into the code