* mcs/flowanalysis.cs (FlowBranchingToplevel.AddReturnOrigin): Move
authorRaja R Harinath <harinath@hurrynot.org>
Wed, 24 May 2006 09:47:58 +0000 (09:47 -0000)
committerRaja R Harinath <harinath@hurrynot.org>
Wed, 24 May 2006 09:47:58 +0000 (09:47 -0000)
commit48222921fdec6abe7bc596c172cd567131d9c8f0
tree193924fd6a2b7e4eacbe188262905a853a9bd092
parentd46a275342bfd1ed074bd79261af00a131fa1f41
* mcs/flowanalysis.cs (FlowBranchingToplevel.AddReturnOrigin): Move
checking of out parameters to ...
(FlowBranchingToplevel.Merge): ... here.
(FlowBranchingException.AddBreakOrigin): If 'finally_vector' is
set, propagate the origin upward, and only complain if there was
no other error.
(FlowBranchingException.AddContinueOrigin): Likewise.
(FlowBranchingException.AddReturnOrigin): Likewise.
(FlowBranchingException.AddGotoOrigin): Likewise.
* gmcs/flowanalysis.cs: Likewise.

svn path=/trunk/mcs/; revision=61044
mcs/errors/cs0139-7.cs [new file with mode: 0644]
mcs/errors/cs0139-8.cs [new file with mode: 0644]
mcs/errors/cs0157-6.cs [new file with mode: 0644]
mcs/errors/cs0159-4.cs [new file with mode: 0644]
mcs/gmcs/ChangeLog
mcs/gmcs/flowanalysis.cs
mcs/mcs/ChangeLog
mcs/mcs/flowanalysis.cs