[Mono-bugs] [Bug 72149][Wis] Changed - ilasm croaks on duplicate symbols in .locals init (patch included)

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 3 Feb 2005 14:58:51 -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 monobugs@taggedtype.net.

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

--- shadow/72149	2005-02-03 14:19:01.000000000 -0500
+++ shadow/72149.tmp.20310	2005-02-03 14:58:51.000000000 -0500
@@ -80,6 +80,13 @@
 local variables. Otherwise its business as usual.
 
 ------- Additional Comments From jackson@ximian.com  2005-02-03 14:19 -------
 
 
 *** This bug has been marked as a duplicate of 61666 ***
+
+------- Additional Comments From monobugs@taggedtype.net  2005-02-03 14:58 -------
+Hi jackson,
+
+Apologize for the duplication. Unfortunately, if the patch is applied,
+it will likely break duplicate locals with different scope. Perhaps a
+scope needs to be attached to locals?