[Mono-bugs] [Bug 67042][Nor] Changed - Compiler crash with static string a; string b = a + "x"

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 7 Nov 2004 00:22:14 -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 miguel@ximian.com.

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

--- shadow/67042	2004-11-02 17:26:53.000000000 -0500
+++ shadow/67042.tmp.18170	2004-11-07 00:22:14.000000000 -0500
@@ -5,13 +5,13 @@
 OS Details: 
 Status: NEW   
 Resolution: 
 Severity: Unknown
 Priority: Normal
 Component: C#
-AssignedTo: mono-bugs@ximian.com                            
+AssignedTo: bmaurer@users.sf.net                            
 ReportedBy: jhill@arcfocus.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
 Summary: Compiler crash with static string a; string b = a + "x"
@@ -94,6 +94,11 @@
 StringConcat not mutate its data, and allow for multiple emissions.
 
 Ben is looking at this.
 
 This is not easy, because in general, it means that we should ensure
 that Emit in every Expression is non mutating.
+
+------- Additional Comments From miguel@ximian.com  2004-11-07 00:22 -------
+I believe this got fixed for the 1.0.4 release, Ben?
+
+If not, its fixed oN CVS.