[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:55:23 -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:54:46.000000000 -0400
+++ shadow/60669.tmp.19584	2004-06-23 19:55:23.000000000 -0400
@@ -53,6 +53,10 @@
 }
 
 ------- Additional Comments From bmaurer@users.sf.net  2004-06-23 19:54 -------
 Created an attachment (id=8318)
 patch
 
+
+------- Additional Comments From bmaurer@users.sf.net  2004-06-23 19:55 -------
+a previous patch from marek assumed that the argument to stackalloc
+was a constant. It might not be.