[Mono-bugs] [Bug 38668][Cri] New - cvs mcs can't compile typed arrays - so it can't compile itself or mbas
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Tue, 25 Feb 2003 08:13:05 -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 rafaelteixeirabr@hotmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=38668
--- shadow/38668 Tue Feb 25 08:13:05 2003
+++ shadow/38668.tmp.11581 Tue Feb 25 08:13:05 2003
@@ -0,0 +1,48 @@
+Bug#: 38668
+Product: Mono/MCS
+Version: unspecified
+OS: other
+OS Details:
+Status: NEW
+Resolution:
+Severity: 001 One hour
+Priority: Critical
+Component: Misc
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: rafaelteixeirabr@hotmail.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: cvs mcs can't compile typed arrays - so it can't compile itself or mbas
+
+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. Got latest sources from cvs - compiled mcs
+2. used compiled mcs to compile itself or mbas
+3. brings 100+ errors without line numbers
+
+Actual Results:
+error CS0122: `System.Type[]' is inaccessible because of its protection level
+error CS0122: `System.String[]' is inaccessible because of its protection level
+error CS0122: `System.String[]' is inaccessible because of its protection level
+error CS0122: `System.String[]' is inaccessible because of its protection level
+error CS0122: `System.String[]' is inaccessible because of its protection level
+
+
+Expected Results:
+
+
+How often does this happen?
+Allways
+
+Additional Information:
+There are 4 places (3 in ecore.cs and 1 in decl.cs) where this error is
+emitted) it seems like it is somewhere in ecore, but I 'm not sure.
+
+And perhaps has something to do with array types not being checked against
+their element types. I don't know how to use the debugger to search for it.