[Mono-bugs] [Bug 69195][Nor] Changed - variable assignation for CS0165 incorrectly computed on conditional expressions

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 6 Dec 2004 04:31:22 -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 marek.safar@seznam.cz.

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

--- shadow/69195	2004-12-01 06:45:00.000000000 -0500
+++ shadow/69195.tmp.20866	2004-12-06 04:31:22.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 69195
 Product: Mono: Compilers
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: C#
 AssignedTo: martin@ximian.com                            
 ReportedBy: atsushi@ximian.com               
 QAContact: mono-bugs@ximian.com
@@ -69,6 +69,9 @@
     s == ""
 )
 
 Here, since 0 == 1 can never be true (in other cases, it *might* be
 true), then by the definition of && operator, the following [(s = "")
 == "a"] will never be (in other cases, it *might not be) executed.
+
+------- Additional Comments From marek.safar@seznam.cz  2004-12-06 04:31 -------
+Fixed in SVN