In mcs:
authorRaja R Harinath <harinath@hurrynot.org>
Thu, 11 May 2006 10:47:15 +0000 (10:47 -0000)
committerRaja R Harinath <harinath@hurrynot.org>
Thu, 11 May 2006 10:47:15 +0000 (10:47 -0000)
commit5345adb67970ac045cace08328bf2de7e6ca91a5
treea0d572cb4f2d946ad0613847a7e8808263ae3199
parent34d5e7aced90155b890207f31a63e2e1891d1672
In mcs:
* flowanalysis.cs (UsageVector.MergeJumpOrigins): Kill.
(FlowBranchingBlock.Label): Use UsageVector.MergeOrigins.
(FlowBranchingException.Label): Likewise.

In gmcs:
* flowanalysis.cs (UsageVector.MergeJumpOrigins): Kill.
(FlowBranchingBlock.Label): Use UsageVector.MergeOrigins.
(FlowBranchingException.Label): Likewise.

In tests:
* test-154.cs (test39): Move buggy testcase to errors/cs0177-7.cs.
Fix it and move ...
* test-510.cs: ... here.

In errors:
* cs0177-7.cs: Taken from erroneous sub-test in tests/test-154.cs.

svn path=/trunk/mcs/; revision=60584
mcs/errors/ChangeLog
mcs/errors/cs0177-7.cs [new file with mode: 0644]
mcs/gmcs/ChangeLog
mcs/gmcs/flowanalysis.cs
mcs/mcs/ChangeLog
mcs/mcs/flowanalysis.cs
mcs/tests/ChangeLog
mcs/tests/test-154.cs
mcs/tests/test-510.cs [new file with mode: 0644]