[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 15:46:49 -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 15:13:25.000000000 -0400
+++ shadow/56454.tmp.29173	2004-04-04 15:46:49.000000000 -0400
@@ -70,6 +70,12 @@
 I also tried this on march 24's mcs, and had the same result. (just
 happened to have it around)
 
 ------- Additional Comments From pcgod@gmx.net  2004-04-04 14:42 -------
 This bug appeared in r1.530 of expression.cs (benm's rewrite of 
 string concat stuff in mcs).
+
+------- Additional Comments From bmaurer@users.sf.net  2004-04-04 15:46 -------
+The issue here is the DoResolve gets called twice on the binary
+operator. I do not think that is valid. I can worka round it in my
+code, but this may just end up hiding other bugs that are triggered by
+duplicate calls to doresolve.