[Mono-bugs] [Bug 55901][Wis] Changed - We do not do complete folding of string concating
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 22 Mar 2004 22:03:53 -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 bmaurer@users.sf.net.
http://bugzilla.ximian.com/show_bug.cgi?id=55901
--- shadow/55901 2004-03-22 12:39:25.000000000 -0500
+++ shadow/55901.tmp.8614 2004-03-22 22:03:53.000000000 -0500
@@ -1,14 +1,14 @@
Bug#: 55901
Product: Mono: Compilers
Version: unspecified
-OS:
+OS: unknown
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: DUPLICATE
+Severity: Unknown
Priority: Wishlist
Component: C#
AssignedTo: mono-bugs@ximian.com
ReportedBy: bmaurer@users.sf.net
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -52,6 +52,11 @@
is redundant, the string should be folded at compile time, so that you have:
IL_000c: ldstr "' is too large to fit in its type"
and then concat with 3 arguments.
+
+------- Additional Comments From bmaurer@users.sf.net 2004-03-22 22:03 -------
+Not really a dup, but the same patch does both things.
+
+*** This bug has been marked as a duplicate of 55906 ***