about summary refs log tree commit diff homepage
path: root/test/Feature/logical-right-overshift-sym-conc.c
AgeCommit message (Collapse)Author
2014-02-14Fixed overshift of arithmetic right shift by symbolic so that it overshiftsDan Liew
to zero. Test case is included.
2014-02-14Added C test case that checks that concrete and symbolic overshiftDan Liew
behaviour for logical right shift are identical.