From: johanknol Date: Sat, 5 Apr 2003 16:54:28 +0000 (+0000) Subject: fixed bug #460088 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;ds=sidebyside;h=0ef7d1dcaad1bc1274e9d9e3ba8a5175a7e20c9f;p=fw%2Fsdcc fixed bug #460088 git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2486 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/ChangeLog b/ChangeLog index ec8cb6b9..75c8008b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2003-04-05 + + * src/SDCCcse.c (cseAllBlocks): fixed bug #460088 + * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088 + * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088 + * src/SDCCast.c: fixed a warning + * src/SDCCast.h: fixed a warning + * src/SDCCicode.c (operandFromAst): fixed a warning + 2003-04-04 * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584