[Mono-bugs] [Bug 63086][Min] Changed - Wrong flow analysis: Environment.Exit() does not return

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 22 Aug 2004 18:01:20 -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=63086

--- shadow/63086	2004-08-14 16:39:41.000000000 -0400
+++ shadow/63086.tmp.22840	2004-08-22 18:01:20.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 63086
 Product: Mono: Compilers
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: NOTABUG
 Severity: Unknown
 Priority: Minor
 Component: C#
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: kronos@people.it               
 QAContact: mono-bugs@ximian.com
@@ -40,6 +40,9 @@
 }
 kronos:/tmp$ mcs test.cs
 test.cs(12) error CS0165: Use of unassigned local variable `s'
 Compilation failed: 1 error(s), 0 warnings
 kronos:/tmp$ mcs --version
 Mono C# compiler version 1.0.1.0
+
+------- Additional Comments From martin@ximian.com  2004-08-22 18:01 -------
+And where is the problem ... ?