[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
Fri, 4 Feb 2005 03:41:16 -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 peter@emailross.com.
http://bugzilla.ximian.com/show_bug.cgi?id=72149
--- shadow/72149 2005-02-04 03:38:33.000000000 -0500
+++ shadow/72149.tmp.25462 2005-02-04 03:41:16.000000000 -0500
@@ -117,6 +117,11 @@
I urge you to check your example in .NET and actually use the locals
within the scopes they are declared.
------- Additional Comments From monobugs@taggedtype.net 2005-02-03 18:12 -------
i probably meant ilasm compiler
+
+------- Additional Comments From peter@emailross.com 2005-02-04 03:41 -------
+My bug actually comes from code generated with the Melbourne Mercury
+compiler (http://www.mercury.cs.mu.oz.au/), which generates IL in this
+form which .NETs ilasm accepts, but not Monos ilasm.