Added new regression test add2.c - tests adding lit's to unsigned ints. Literal addit...
authorsdattalo <sdattalo@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Wed, 3 Oct 2001 07:36:43 +0000 (07:36 +0000)
committersdattalo <sdattalo@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Wed, 3 Oct 2001 07:36:43 +0000 (07:36 +0000)
commit65b7c9ff07511cd5be739963b127a7af9e6d9226
tree990d0fd79c9764eff73ad5b95adb9845d9724b55
parentc498387d37f4f912775bb6e58300dfaa92439eb7
Added new regression test add2.c - tests adding lit's to unsigned ints. Literal addition to unsigned chars and unsigned ints has been more fully tested. Fixed a bug with comparisons to unsigned ints.

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1345 4a8a32a2-be11-0410-ad9d-d568d2c75423
src/pic/gen.c
src/pic/genarith.c
src/regression/Makefile
src/regression/add2.c [new file with mode: 0644]
src/regression/compare3.c