Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-11-21[mcs] Reachability and flow analysis rewrite to work on resolved statements ↵Marek Safar
and expressions
2012-12-03Make Main method publicMarek Safar
2006-05-23In mcs:Raja R Harinath
* flowanalysis.cs (UsageVector.MergeOrigins): If an origin is unreachable, skip it. (FlowBranchingException.Merge): Always propagate jumps, even if the finally block renders subsequent code unreachable. In gmcs: * flowanalysis.cs (UsageVector.MergeOrigins): If an origin is unreachable, skip it. (FlowBranchingException.Merge): Always propagate jumps, even if the finally block renders subsequent code unreachable. In tests: * test-519.cs: New test for compiler crash. In errors: * cs0139-3.cs, cs0139-4.cs, cs0139-5.cs, cs0139-6.cs: New regression tests for 'break' and 'continue' inside a try block. svn path=/trunk/mcs/; revision=60987