Fix #77200.
authorRaja R Harinath <harinath@hurrynot.org>
Wed, 11 Jan 2006 12:20:59 +0000 (12:20 -0000)
committerRaja R Harinath <harinath@hurrynot.org>
Wed, 11 Jan 2006 12:20:59 +0000 (12:20 -0000)
commit510406993136da82a5db74bb13f465256c950f7b
tree425317ea8b628d50ddacaea5d8e92efc5839e301
parentbaf9c2de8f104079f56740035f0311f2f29685c4
Fix #77200.
* mcs/cfold.cs (BinaryFold): Implement folding of BinaryOr, BinaryAnd
and ExclusiveOr for boolean constants too.
* tests/test-484.cs: New test based on #77200.

svn path=/trunk/mcs/; revision=55367
mcs/mcs/ChangeLog
mcs/mcs/cfold.cs
mcs/tests/ChangeLog
mcs/tests/known-issues-gmcs
mcs/tests/test-484.cs [new file with mode: 0644]