[Mono-bugs] [Bug 58055][Blo] Changed - volatile interface members dont' work

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 7 May 2004 07:44:17 -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 bmaurer@users.sf.net.

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

--- shadow/58055	2004-05-07 05:22:39.000000000 -0400
+++ shadow/58055.tmp.28458	2004-05-07 07:44:17.000000000 -0400
@@ -49,6 +49,10 @@
 can't see a way to directly check for reference-type-ness.
 
 This does fix the reported bug, but I don't know if the runtime copes
 properly with volatile reference types - this patch probably ought not
 be applied unless somebody knowledgable enough to do so decides that
 it's probably safe from the runtime's perspective.
+
+------- Additional Comments From bmaurer@users.sf.net  2004-05-07 07:44 -------
+CSC may allow `IntPtr' to be used (it is not really a valuetype for
+the runtime).