* src/SDCCopt.c (killDeadCode): fixed bug #907733
authorepetrich <epetrich@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Fri, 21 May 2004 07:09:29 +0000 (07:09 +0000)
committerepetrich <epetrich@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Fri, 21 May 2004 07:09:29 +0000 (07:09 +0000)
commit40a3694e493bc411b4625ccce7c5804474f7b9af
tree90c904efc191006e05aad21bfc746c6db30c1a8e
parent30249085d67be1d695ad91e97ad2f571352fed36
* src/SDCCopt.c (killDeadCode): fixed bug #907733
* support/Util/SDCCerr: reworded E_AUTO_ASSUMED diagnostic to clarify
that the variable, not the function, should be static
* src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
to be consistent with non-literal case

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@3321 4a8a32a2-be11-0410-ad9d-d568d2c75423
ChangeLog
src/SDCCopt.c
src/SDCCval.c
support/Util/SDCCerr.c