[Mono-bugs] [Bug 60669][Wis] Changed - stackalloc with non-const argument causes exception

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 23 Jun 2004 19:54:46 -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 bmaurer@users.sf.net.

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

--- shadow/60669	2004-06-23 19:50:30.000000000 -0400
+++ shadow/60669.tmp.19572	2004-06-23 19:54:46.000000000 -0400
@@ -48,6 +48,11 @@
 	static int Main () {
 		int len = 10;
 		int* x = stackalloc int [len];
 		return x [0];
 	}
 }
+
+------- Additional Comments From bmaurer@users.sf.net  2004-06-23 19:54 -------
+Created an attachment (id=8318)
+patch
+