[Mono-bugs] [Bug 41980][Nor] New - Cosmetic work on compiler

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Sun, 27 Apr 2003 07:10:00 -0400 (EDT)


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 bugbuddy-import@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=41980

--- shadow/41980	Sun Apr 27 07:10:00 2003
+++ shadow/41980.tmp.5032	Sun Apr 27 07:10:00 2003
@@ -0,0 +1,56 @@
+Bug#: 41980
+Product: Mono/MCS
+Version: unspecified
+OS: GNU/Linux [Other]
+OS Details: 
+Status: UNCONFIRMED   
+Resolution: 
+Severity: Unknown
+Priority: Normal
+Component: Misc
+AssignedTo: triage@ximian.com                            
+ReportedBy: pbaena@uol.com.ar               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Cosmetic work on compiler
+
+Package: Mono/MCS
+Priority: Normal
+Version: cvs
+Synopsis: Cosmetic work on compiler
+Bugzilla-Product: Mono/MCS
+Bugzilla-Component: Misc
+
+Description:
+This fails to build on mcs and csc, but in .NET it shows a more
+descriptive error message:
+"Embedded statement cannot be a declaration or labeled statement".
+
+using System;
+ 
+class A
+{
+}
+ 
+class test
+{
+   public static void Main()
+   {
+        if (true)
+//      {
+              A c1 = new A();
+//      }
+   }
+}
+
+
+
+
+
+
+Setting qa contact to the default for this product.
+   This bug either had no qa contact or an invalid one.
+
+