[Mono-bugs] [Bug 36055][Wis] Changed - Taking the address of unfixed expression should not compile
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Wed, 29 Jan 2003 01:43:06 -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=36055
--- shadow/36055 Tue Jan 21 12:56:43 2003
+++ shadow/36055.tmp.29539 Wed Jan 29 01:43:06 2003
@@ -53,6 +53,10 @@
------- Additional Comments From gonzalo@ximian.com 2003-01-21 12:56 -------
The initial code by raciel compiles with mcs and should not.
csc says:
bug36055.cs(12,32): error CS0212: You can only take the address of
unfixed expression inside of a fixed statement initializer.
+
+------- Additional Comments From miguel@ximian.com 2003-01-29 01:43 -------
+Ok, the bug is that I do not implement all of the rules for taking the
+address of a variable as specified in section 25.3