Added regression tests for compound comparisons.
authorsdattalo <sdattalo@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Wed, 7 Aug 2002 13:13:47 +0000 (13:13 +0000)
committersdattalo <sdattalo@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Wed, 7 Aug 2002 13:13:47 +0000 (13:13 +0000)
commitd7e7311293ec997e4d6cdf4d05bb91100458d460
treec58706a14d600ad8aaa935154575c0daba04ba2f
parent3116970475b5a22f0f35dec513a56abfdd73e697
Added regression tests for compound comparisons.
-- Fixed several bugs associated with compound compares:
    e.g.  x = (a != b);
   (At least 4 people reported this)
-- Fixed bug associated with an empty main block (Reported by Ralf Forsberg)
-- Bank selection was handled improperly for CALL's
   (Reported by Matt W. at solid-state-logic)
-- For the PIC port, declaring variables at absolute addresses no
   longer automatically makes the variable volatile.

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2052 4a8a32a2-be11-0410-ad9d-d568d2c75423
src/SDCCsymt.c
src/pic/device.c
src/pic/gen.c
src/pic/genarith.c
src/pic/pcode.c
src/pic/pcodepeep.c
src/pic/ralloc.c
src/regression/Makefile
src/regression/bool2.c [new file with mode: 0644]
src/regression/bool3.c [new file with mode: 0644]
src/regression/string1.c