[Mono-bugs] [Bug 28186][Wis] Changed - Doesn't report error CS0177: Out parameter must be assigned before leaving method
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
26 Jul 2002 06:03:00 -0000
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by dietmar@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=28186
--- shadow/28186 Thu Jul 25 16:46:37 2002
+++ shadow/28186.tmp.24239 Fri Jul 26 02:03:00 2002
@@ -52,6 +52,11 @@
ones considered in definite assignment) we have to check if it is
definitely assigned.
And we have to check that all out variables are definitely assigned
when we return.
+
+------- Additional Comments From dietmar@ximian.com 2002-07-26 02:02 -------
+we have a working implementation of liveness analysis in
+mono/jit/linear-scan.c, but I dont know if thats appropriate for the
+mcs data structures.