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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=76705 --- shadow/76705 2005-11-15 00:25:28.000000000 -0500 +++ shadow/76705.tmp.620 2005-11-15 00:25:28.000000000 -0500 @@ -0,0 +1,48 @@ +Bug#: 76705 +Product: Mono: Compilers +Version: 1.1 +OS: +OS Details: +Status: NEW +Resolution: +Severity: +Priority: Normal +Component: C# +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: CS1569 while generating XML documentation if struct has a fixed sized buffer + +mcs fails to compile stucts containing fixed size buffers when run with +the -doc option. + + +Steps to reproduce the problem: +1. Save to bug.cs : + +struct Test +{ + fixed int SomeField[100]; +} + +2. Compile with mcs -t:library -doc:bug.xml bug.cs + +Actual Results: + +error CS1569: Error generating XML documentation file `bug.xml' (`Cannot +cast from source type to destination type.') +Compilation failed: 1 error(s), 0 warnings + + +Expected Results: + +Successful compilation + +How often does this happen? Always + +Additional Information: + +Mono 1.1.10 _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
