* src/SDCCicode.c,
[fw/sdcc] / ChangeLog
index ca302623b13f57c4bdfc9e0a55de88df14875699..e74a0fb284d719d01b17136b484b810cebc8e4ea 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,31 @@
+2003-10-05 Bernhard Held <bernhard@bernhardheld.de>
+
+       * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
+       setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
+       type-punned pointer will break strict-aliasing rules"
+       Old LR behaviour is again default; Klaus' LR can be choosen by
+       defining the environment variable LRKLAUS
+       * src/SDCCBBlock.h
+       * src/SDCCloop.c
+       * src/SDCClrange.c
+       * src/ds390/ralloc.c (spillThis): applied Klaus' patch
+       * clean.mk: fixed removal of files in bin/CVS/
+       * device/lib/clean.mk: fixed removal of directories small and large
+       * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
+       * src/SDCCicode.c,
+       * src/SDCCval.c: removed superflous test for pedantic
+
+2003-10-05  Borut Razem <borut.razem@siol.net>
+
+       * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
+         Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
+         message "unmatched #pragma SAVE and #pragma RESTORE"
+
 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann@web.de>
 
        * doc/sdccman.lyx: various additions and updates (interrupts, inline
-         assembly, critical functions, atomic, nojtbound) 
-        
+         assembly, critical functions, atomic, nojtbound)
+
 2003-10-04 Bernhard Held <bernhard@bernhardheld.de>
 
        Applied liferange patch from Klaus Flittner <klaus_flittner@gmx.de>