[Mono-bugs] [Bug 30487][Min] Changed - control flow analysis refuses valid program
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
19 Sep 2002 13:33:35 -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 martin@gnome.org.
http://bugzilla.ximian.com/show_bug.cgi?id=30487
--- shadow/30487 Tue Sep 17 15:40:08 2002
+++ shadow/30487.tmp.9208 Thu Sep 19 09:33:35 2002
@@ -2,16 +2,16 @@
Product: Mono/MCS
Version: unspecified
OS: Debian Woody
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: 008 One day
Priority: Minor
Component: Misc
-AssignedTo: mono-bugs@ximian.com
+AssignedTo: martin@gnome.org
ReportedBy: vargaz@freemail.hu
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
Summary: control flow analysis refuses valid program
@@ -19,7 +19,12 @@
mcs refuses to compile the attached testcase with a 'Not all code paths
return a value' message, which is not true. MS csc compiles it fine.
------- Additional Comments From vargaz@freemail.hu 2002-09-17 15:40 -------
Created an attachment (id=2281)
testcase
+
+
+------- Additional Comments From martin@gnome.org 2002-09-19 09:33 -------
+This bug is related to the way how MCS handles implicit blocks. There are more bugs filed about this and I'll fix them all at once
+when redoing the implict block code.