[Mono-bugs] [Bug 52651][Wis] Changed - Error in code block containing fixed and unsafe
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 7 Jan 2004 00:32:32 -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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=52651
--- shadow/52651 2004-01-06 22:30:26.000000000 -0500
+++ shadow/52651.tmp.31993 2004-01-07 00:32:32.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 52651
Product: Mono/Compilers
Version: unspecified
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Wishlist
Component: C#
AssignedTo: mono-bugs@ximian.com
ReportedBy: duncan@ximian.com
QAContact: mono-bugs@ximian.com
@@ -52,6 +52,12 @@
System.IntPtr tmp = Marshal.AllocHGlobal (10);
fixed (int *f = (int *) tmp) {}
}
}
}
+
+------- Additional Comments From miguel@ximian.com 2004-01-07 00:32 -------
+Ok, I fixed this error in the compiler, the bad news is that it fixes
+the problem by flagging an error, so your code needs updating.
+
+Lets meet tomorrow about it.