]> git.gag.com Git - fw/sdcc/commit
* src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of setToNull()...
authorbernhardheld <bernhardheld@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sun, 5 Oct 2003 19:18:14 +0000 (19:18 +0000)
committerbernhardheld <bernhardheld@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sun, 5 Oct 2003 19:18:14 +0000 (19:18 +0000)
commitc8e39d11f12330795f42885613450220d8783831
treed7bfb81406a8ff92cb07602edcbc4925f3723e84
parent137932f4ebae040881df39d0c64b9e17faf936e1
* 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/SDCCloop.h
* src/SDCClrange.c
* src/ds390/ralloc.c (spillThis): applied Klaus' patch

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2923 4a8a32a2-be11-0410-ad9d-d568d2c75423
ChangeLog
src/SDCCBBlock.h
src/SDCCloop.c
src/SDCClrange.c
src/ds390/ralloc.c