[Mono-bugs] [Bug 61990][Wis] Changed - managed c++ __pin pointers metadata not parsed properly
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 28 Jul 2004 12:15:13 -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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=61990
--- shadow/61990 2004-07-27 00:45:51.000000000 -0400
+++ shadow/61990.tmp.11314 2004-07-28 12:15:13.000000000 -0400
@@ -1,17 +1,17 @@
Bug#: 61990
Product: Mono: Runtime
Version: unspecified
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Wishlist
Component: misc
-AssignedTo: mono-bugs@ximian.com
+AssignedTo: lupus@ximian.com
ReportedBy: mgambrell@gmail.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
Summary: managed c++ __pin pointers metadata not parsed properly
@@ -53,6 +53,13 @@
mono chokes the same way if this assembly is loaded up.
Additional Information:
this appears related to bugs 49802 and 30812, and the behavior of
mono_metadata_parse_type().
+
+------- Additional Comments From miguel@ximian.com 2004-07-28 12:15 -------
+Is this the old C++ compiler, or the Whidbey one?
+
+We should fix this bug, but for the record, the Whidbey one produces
+pure CLR unlike the old one, which will generate a mix of CLI + x86
+which wont run on Mono.