[Mono-bugs] [Bug 54473][Wis] Changed - string in case statement cannot > 64 chars

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 17 Feb 2004 22:22:47 -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=54473

--- shadow/54473	2004-02-17 13:40:22.000000000 -0500
+++ shadow/54473.tmp.19593	2004-02-17 22:22:47.000000000 -0500
@@ -1,16 +1,16 @@
 Bug#: 54473
-Product: Mono/Compilers
+Product: Mono/Runtime
 Version: unspecified
 OS: SUSE 9.0
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Wishlist
-Component: C#
+Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: ndhameja@panaceasoftware.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
@@ -35,6 +35,10 @@
 On .Net the above code works just fine. I am not aware of the maximum 
 string length possible under .Net. If 64 characters is indeed the 
 specification and not a bug than perhaps the compiler should issue some 
 sort of warning about it.
  Maybe it would be a better idea to make the string length the same as 
 microsoft .Net.
+
+------- Additional Comments From bmaurer@users.sf.net  2004-02-17 22:22 -------
+Compiling on MCS and running on MS.net does not work. CSC generates
+almost identical code to MCS, and fails on Mono. So this is a runtime bug.