[Mono-bugs] [Bug 73278][Nor] New - Compiler doesn't report use of unassigned variable

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 3 Mar 2005 07:53:41 -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 dezelin32@fastmail.fm.

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

--- shadow/73278	2005-03-03 07:53:41.000000000 -0500
+++ shadow/73278.tmp.18182	2005-03-03 07:53:41.000000000 -0500
@@ -0,0 +1,40 @@
+Bug#: 73278
+Product: Mono: Compilers
+Version: 1.1
+OS: GNU/Linux [Other]
+OS Details: Fedora Core 3 mono built from latest svn source
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: C#
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: dezelin32@fastmail.fm               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Compiler doesn't report use of unassigned variable
+
+Description of Problem:
+
+Mono c# compiler doesn't report use of unasigned local variable. .NET
+compiler does report.
+
+
+Steps to reproduce the problem:
+1. Compile the source code provided in attachment
+2. .NEt compiler reports 'Arguments.cs(188): Use of unassigned local
+variable 'start'
+3.  Mono compiler doesn't report that.
+
+Actual Results:
+Compiles perfectly
+
+Expected Results:
+Error: 'Arguments.cs(188): Use of unassigned local variable 'start'
+
+How often does this happen? 
+Always
+
+Additional Information: