mail-archives/mono-bugs/2003-July/006069.html

89 строки
3.3 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mono-bugs] [Bug 44120][Nor] Changed - mcs allows assigning an uninitialized var. to itself
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:bugzilla-daemon%40rocky.ximian.com">
<META NAME="robots" CONTENT="index,nofollow">
<LINK REL="Previous" HREF="006068.html">
<LINK REL="Next" HREF="006070.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mono-bugs] [Bug 44120][Nor] Changed - mcs allows assigning an uninitialized var. to itself
</H1>
<B>bugzilla-daemon@rocky.ximian.com
</B>
<A HREF="mailto:bugzilla-daemon%40rocky.ximian.com"
TITLE="[Mono-bugs] [Bug 44120][Nor] Changed - mcs allows assigning an uninitialized var. to itself">bugzilla-daemon@rocky.ximian.com
</A><BR>
<I>Wed, 2 Jul 2003 14:54:25 -0400 (EDT)</I>
<P><UL>
<LI> Previous message: <A HREF="006068.html">[Mono-bugs] [Bug 44726][Nor] Changed - Overrides allowed on non-virtual members
</A></li>
<LI> Next message: <A HREF="006070.html">[Mono-bugs] [Bug 43038][Nor] Changed - MCS produces invalid code with infinite loop in a try block
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#6069">[ date ]</a>
<a href="thread.html#6069">[ thread ]</a>
<a href="subject.html#6069">[ subject ]</a>
<a href="author.html#6069">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>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 <A HREF="mailto:martin@ximian.com.">martin@ximian.com.</A>
<A HREF="http://bugzilla.ximian.com/show_bug.cgi?id=44120">http://bugzilla.ximian.com/show_bug.cgi?id=44120</A>
--- shadow/44120 Wed Jun 25 23:36:41 2003
+++ shadow/44120.tmp.20744 Wed Jul 2 14:54:25 2003
@@ -1,13 +1,13 @@
Bug#: 44120
Product: Mono/MCS
Version: unspecified
OS: All
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: Misc
AssignedTo: <A HREF="mailto:martin@ximian.com">martin@ximian.com</A>
ReportedBy: <A HREF="mailto:gonzalo@ximian.com">gonzalo@ximian.com</A>
QAContact: <A HREF="mailto:mono-bugs@ximian.com">mono-bugs@ximian.com</A>
@@ -32,6 +32,9 @@
Actual results:
Compilation succeded.
(and a NullRef at runtime)
Expected results:
decl.cs(7,13): error CS0165: Use of unassigned local variable 'c'.
+
+------- Additional Comments From <A HREF="mailto:martin@ximian.com">martin@ximian.com</A> 2003-07-02 14:54 -------
+Fixed in CVS.
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI> Previous message: <A HREF="006068.html">[Mono-bugs] [Bug 44726][Nor] Changed - Overrides allowed on non-virtual members
</A></li>
<LI> Next message: <A HREF="006070.html">[Mono-bugs] [Bug 43038][Nor] Changed - MCS produces invalid code with infinite loop in a try block
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#6069">[ date ]</a>
<a href="thread.html#6069">[ thread ]</a>
<a href="subject.html#6069">[ subject ]</a>
<a href="author.html#6069">[ author ]</a>
</LI>
</UL>
</body></html>