[Mono-bugs] [Bug 72887][Blo] New - [GMCS]

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 23 Feb 2005 03:54:08 -0500 (EST)


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 carlos@unixmexico.org.

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

--- shadow/72887	2005-02-23 03:54:08.000000000 -0500
+++ shadow/72887.tmp.2149	2005-02-23 03:54:08.000000000 -0500
@@ -0,0 +1,38 @@
+Bug#: 72887
+Product: Mono: Compilers
+Version: 1.1
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Blocker
+Component: C#
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: carlos@unixmexico.org               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: [GMCS] 
+
+gmcs marks a CS0039 error when trying to cast from T [] arrays to a defined
+array type. This doesn't exist in vs 2005 beta.
+
+
+Steps to reproduce the problem:
+1. Compile sample above and compile with gmcs
+
+Actual Results:
+39.cs(12) error CS0039: as operator can not convert from `T[]' to `int[]'
+Compilation failed: 1 error(s), 0 warnings
+
+
+Expected Results:
+nothing
+
+How often does this happen? 
+Always
+
+Additional Information:
+Using Mono HEAD