[Mono-bugs] [Bug 76705][Nor] New - CS1569 while generating XML
documentation if struct has a fixed sized buffer
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Nov 15 00:25:28 EST 2005
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 denisv at komo.lt.
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: rharinath at novell.com
+ReportedBy: denisv at komo.lt
+QAContact: mono-bugs at ximian.com
+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
More information about the mono-bugs
mailing list