[Mono-bugs] [Bug 72649][Nor] Changed - Error in attribute on a gmcs compiled program

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 23 Feb 2005 11:26:03 -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 martin@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=72649

--- shadow/72649	2005-02-23 11:15:41.000000000 -0500
+++ shadow/72649.tmp.11481	2005-02-23 11:26:03.000000000 -0500
@@ -108,6 +108,11 @@
 
 in mono_reflection_get_custom_attributes_blob(), line 7345 we're
 encoding the property type.  It's MONO_TYPE_OBJECT, so we're writing
 0x1c - but for some reason, csc writes 0x51 and the MS runtime also
 expects 0x51.
 
+
+------- Additional Comments From martin@ximian.com  2005-02-23 11:26 -------
+Created an attachment (id=14353)
+Even simpler test case, works with mcs
+