[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
Tue, 21 Jan 2003 01:23:42 -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	Fri Jan 17 02:28:36 2003
+++ shadow/36055.tmp.32395	Tue Jan 21 01:23:42 2003
@@ -1,12 +1,12 @@
 Bug#: 36055
 Product: Mono/MCS
 Version: unspecified
 OS: other
 OS Details: 
-Status: NEW   
+Status: NEEDINFO   
 Resolution: 
 Severity: Unknown
 Priority: Wishlist
 Component: Misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: raciel@es.gnu.org               
@@ -42,6 +42,10 @@
         statement initializer
 
 The right code in Main should be (it compiles with mcs):
              CData d=new CData();
              fixed (int *p=&d.x) *p=3;
              Console.WriteLine ("{0}", d.x);
+
+------- Additional Comments From miguel@ximian.com  2003-01-21 01:23 -------
+Until we have a program that breaks with MCS but works with CSC, I am
+settings this to NEEDINFO