[Mono-bugs] [Bug 24309] Changed - mcs gets codepaths wrong
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
6 May 2002 22:54:47 -0000
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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=24309
--- shadow/24309 Mon May 6 16:19:45 2002
+++ shadow/24309.tmp.9202 Mon May 6 18:54:47 2002
@@ -1,14 +1,14 @@
Bug#: 24309
Product: Mono/MCS
Version: unspecified
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Wishlist
Component: Misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: crichton@gimp.org
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -37,6 +37,9 @@
}
[crichton@antilles tmp]$ MONO_DISABLE_SHM=1 mcs --target library test.cs
./test.cs(7) error CS0161: Not all code paths return a value
mcs seems to miss that the lock(this) is there just to lock things.
+
+------- Additional Comments From miguel@ximian.com 2002-05-06 18:54 -------
+Fixed this bug.