[Mono-bugs] [Bug 77621][Wis] New - mcs compiles code instead of reporting error CS0030

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Feb 22 18:53:48 EST 2006


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 peter at novonyx.com.

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

--- shadow/77621	2006-02-22 18:53:48.000000000 -0500
+++ shadow/77621.tmp.18184	2006-02-22 18:53:48.000000000 -0500
@@ -0,0 +1,28 @@
+Bug#: 77621
+Product: Mono: Compilers
+Version: 1.1
+OS: All
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: C#
+AssignedTo: rharinath at novell.com                            
+ReportedBy: peter at novonyx.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: mcs compiles code instead of reporting error CS0030
+
+Compiling the attached code with mcs yields a properly functioning 
+executable. Compiling with Microsoft's csc fails with the following error:
+
+[s:\]csc x.cs
+Microsoft (R) Visual C# .NET Compiler version 7.10.6001.4
+for Microsoft (R) .NET Framework version 1.1.4322
+Copyright (C) Microsoft Corporation 2001-2002. All rights reserved.
+
+x.cs(14,10): error CS0030: Cannot convert type 'System.IntPtr' 
+to 'test.blah'


More information about the mono-bugs mailing list