[Mono-bugs] [Bug 73038][Min] Changed - erroneous CS0165 after error in rhs of assignment

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 25 Mar 2005 15:05:53 -0500 (EST)


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 rharinath@novell.com.

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

--- shadow/73038	2005-03-25 14:29:18.000000000 -0500
+++ shadow/73038.tmp.3049	2005-03-25 15:05:53.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 73038
 Product: Mono: Compilers
 Version: 1.1
 OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Minor
 Component: C#
 AssignedTo: rharinath@novell.com                            
 ReportedBy: danw@novell.com               
 QAContact: mono-bugs@ximian.com
@@ -34,6 +34,10 @@
     /tmp/err.cs(8) error CS0103: The name `NoSuchMethod' could not be found
 in `Err'
     /tmp/err.cs(9) error CS0165: Use of unassigned local variable `foo'
 
 the CS0165 is erroneous. mcs should mark foo as assigned-to even
 though the right-hand side of the assignment failed.
+
+------- Additional Comments From rharinath@novell.com  2005-03-25 15:05 -------
+Fixed in SVN.
+