[Mono-bugs] [Bug 82659][Nor] New - Invalid CS0642 warning
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sun Sep 2 09:20:47 EDT 2007
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 marek.safar at seznam.cz.
http://bugzilla.ximian.com/show_bug.cgi?id=82659
--- shadow/82659 2007-09-02 09:20:47.000000000 -0400
+++ shadow/82659.tmp.6009 2007-09-02 09:20:47.000000000 -0400
@@ -0,0 +1,53 @@
+Bug#: 82659
+Product: Mono: Compilers
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: C#
+AssignedTo: rharinath at novell.com
+ReportedBy: marek.safar at seznam.cz
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Invalid CS0642 warning
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+
+
+Steps to reproduce the problem:
+1.
+
+
+public class C
+{
+ static int[] data;
+ public static void Main ()
+ {
+ int v;
+ for (v = 1; v >= 0; v--);
+ uint[] b = null;
+ }
+}
+
+
+Actual Results:
+
+?.cs(8,13): warning CS0642: Possible mistaken empty statement
+
+
+Expected Results:
+
+No CS0642 warning
+
+
+How often does this happen?
+
+
+Additional Information:
More information about the mono-bugs
mailing list