[Mono-bugs] [Bug 44120][Nor] Changed - mcs allows assigning an uninitialized var. to itself

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Wed, 2 Jul 2003 14:54:25 -0400 (EDT)


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 martin@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=44120

--- shadow/44120	Wed Jun 25 23:36:41 2003
+++ shadow/44120.tmp.20744	Wed Jul  2 14:54:25 2003
@@ -1,13 +1,13 @@
 Bug#: 44120
 Product: Mono/MCS
 Version: unspecified
 OS: All
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: Misc
 AssignedTo: martin@ximian.com                            
 ReportedBy: gonzalo@ximian.com               
 QAContact: mono-bugs@ximian.com
@@ -32,6 +32,9 @@
 Actual results:
 Compilation succeded.
 (and a NullRef at runtime)
 
 Expected results:
 decl.cs(7,13): error CS0165: Use of unassigned local variable 'c'.
+
+------- Additional Comments From martin@ximian.com  2003-07-02 14:54 -------
+Fixed in CVS.