[Mono-bugs] [Bug 49023][Nor] New - invalid IL generated for System.Xml.XmlSchemaImporter::ImportExtensionTypes
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 29 Sep 2003 09:58:24 -0400 (EDT)
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 vargaz@freemail.hu.
http://bugzilla.ximian.com/show_bug.cgi?id=49023
--- shadow/49023 2003-09-29 09:58:24.000000000 -0400
+++ shadow/49023.tmp.2614 2003-09-29 09:58:24.000000000 -0400
@@ -0,0 +1,26 @@
+Bug#: 49023
+Product: Mono/MCS
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: Misc
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: vargaz@freemail.hu
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: invalid IL generated for System.Xml.XmlSchemaImporter::ImportExtensionTypes
+
+The IL code generated for the ImportExtensionTypes method in
+System.Xml.XmlSchemaImporter is invalid:
+
+ IL_0041: callvirt instance object class
+[corlib]System.Collections.IEnumerator::get_Current()
+ IL_0046: stloc.1
+
+The generated code is missing a cast from object to to XmlSchemaObject.