[Mono-bugs] [Bug 47528][Maj] Changed - Null reference exception using pointers
bugzilla-daemon@indri.ximian.com
bugzilla-daemon@indri.ximian.com
Mon, 11 Aug 2003 16:20:56 -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=47528
--- shadow/47528 2003-08-11 16:09:57.000000000 -0400
+++ shadow/47528.tmp.31974 2003-08-11 16:20:56.000000000 -0400
@@ -39,6 +39,15 @@
Test case
------- Additional Comments From lluis@ximian.com 2003-08-11 16:09 -------
Notice that it crashes in the call to System.Console.WriteLine.
Also notice that it does not crash if there is a single *(++tt) += 0.
+
+------- Additional Comments From miguel@ximian.com 2003-08-11 16:20 -------
+This program fails to compile with CSC; We should fix the MCS
+problem, but this is what I get right now:
+
+
+a.cs(9,8): error CS1604: Cannot assign to 'tt' because it is read-only
+a.cs(10,8): error CS1604: Cannot assign to 'tt' because it is read-only
+