[Mono-bugs] [Bug 53149][Nor] New - exception4.cs does not compile
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 20 Jan 2004 16:48:00 -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 bernard@ugsolutions.com.
http://bugzilla.ximian.com/show_bug.cgi?id=53149
--- shadow/53149 2004-01-20 16:48:00.000000000 -0500
+++ shadow/53149.tmp.25656 2004-01-20 16:48:00.000000000 -0500
@@ -0,0 +1,39 @@
+Bug#: 53149
+Product: Mono/Compilers
+Version: unspecified
+OS: HP-UX 11.0
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: C#
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: bernard@ugsolutions.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: exception4.cs does not compile
+
+Please fill in this template when reporting a bug, unless you know what
+you are doing.
+Description of Problem:
+
+mono/tests/exception4.cs does not compile with mcs built from CVS
+
+Actual Results:
+mcs --unsafe -nowarn:0162 -r TestDriver.dll -
+out:exception4.exe ../../../mono/mono/tests/exception4.cs
+../../../mono/mono/tests/exception4.cs(21) error CS0165: Use of unassigned
+local variable `res'
+Compilation failed: 1 error(s), 0 warnings
+
+
+Expected Results:
+
+
+How often does this happen?
+
+
+Additional Information: