* src/SDCCast.c (decorateType): fix promotion of unary minus
[fw/sdcc] / ChangeLog
index 708f9a3d3bb98b08b28ce7418677667927ab4db2..860625774539541d15b2d8fbf5a582e20536336c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2005-12-31 Bernhard Held <bernhard AT bernhardheld.de>
+
+       * src/SDCCast.c (decorateType): fix promotion of unary minus
+       * src/SDCCsymt.c (computeType): beautified
+       * src/SDCCval.c (cheapestVal): beautified, old non-Ansi version removed,
+       (valUnaryPM, valComplement, valNot): fix sign and promotion
+       * support/regression/tests/uminus.c: speedup by removing superflous
+       test case 'int'
+       * support/regression/tests/onebyte.c: added promotion and signedness
+       tests for unary minus
+       * support/regressions/tests/bug-477927.c: disable warning about
+       uninitialized variables
+
 2005-12-28 Bernhard Held <bernhard AT bernhardheld.de>
 
        * device/lib/Makefile.in: added --std-sdcc99 to CFLAGS