[Mono-bugs] [Bug 56454][Maj] Changed - Array assignment of concatentated strings leads to duplication

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 4 Apr 2004 13:37:43 -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=56454

--- shadow/56454	2004-04-04 12:43:22.000000000 -0400
+++ shadow/56454.tmp.28698	2004-04-04 13:37:43.000000000 -0400
@@ -60,6 +60,12 @@
   This should be "C"    ^^^^
         IL_0034:  call string valuetype
 [mscorlib]'System.String'::'Concat'(object, object, object)
         IL_0039:  stelem.ref
         IL_003a:  stsfld  string[] 'p.m'::'ResultsNfi1'
 
+
+------- Additional Comments From bmaurer@users.sf.net  2004-04-04 13:37 -------
+I ran mcs on MS.net, and got the same result.
+
+I also tried this on march 24's mcs, and had the same result. (just
+happened to have it around)