2006-04-28 Marek Safar <marek.safar@seznam.cz>
[mono.git] / mcs / gmcs / ChangeLog
index 45e4f6362b79da4bee40bfa9c37d14637957fc71..d2debc4744cad9b95bf89dc622f70c2a1843982f 100644 (file)
@@ -1,5 +1,18 @@
+2006-04-28  Marek Safar  <marek.safar@seznam.cz>
+
+       A fix for #78049
+       *class.cs (Method.FindOutBaseMethod): Base method cannot be property method.
+
 2006-04-28  Raja R Harinath  <harinath@gmail.com>
 
+       * flowanalysis.cs (FlowBranching.MergeTopBlock): Don't create a
+       dummy UsageVector.
+
+       * flowanalysis.cs (UsageVector.MergeChild): Change FlowBranching
+       argument to two arguments: an usage-vector and a bool.  Move call
+       to FlowBranching.Merge () ...
+       (FlowBranching.MergeChild, FlowBranching.MergeTopBlock): ... here.
+
        * flowanalysis.cs (UsageVector.MergeChild): Move special-case
        handling of loop and switch reachability to ...
        (FlowBranchingLoop.Merge, FlowBranchingSwitch.Merge): ... these.