[Mono-bugs] [Bug 59048][Nor] New - mcs crash

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 25 May 2004 10:17:30 -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 marek.safar@seznam.cz.

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

--- shadow/59048	2004-05-25 10:17:30.000000000 -0400
+++ shadow/59048.tmp.26141	2004-05-25 10:17:30.000000000 -0400
@@ -0,0 +1,41 @@
+Bug#: 59048
+Product: Mono: Compilers
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: C#
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: marek.safar@seznam.cz               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: mcs crash
+
+Test case
+
+// Compiler options: -unsafe
+
+class X {
+	static void Main ()
+	{
+	}
+        
+        static unsafe int* method ()
+        {
+            return ((int *) null);
+        }
+}
+
+Actual Results:
+
+Compiler crash
+
+
+Expected Results:
+
+Compilation succeed