[Mono-bugs] [Bug 55885][Wis] Changed - MCS generates bad code for switches on flags type enums

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 23 Mar 2004 11:58:44 -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=55885

--- shadow/55885	2004-03-21 23:50:39.000000000 -0500
+++ shadow/55885.tmp.15585	2004-03-23 11:58:44.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 55885
 Product: Mono: Compilers
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Wishlist
 Component: C#
 AssignedTo: bmaurer@users.sf.net                            
 ReportedBy: bmaurer@users.sf.net               
 QAContact: mono-bugs@ximian.com
@@ -174,6 +174,9 @@
 Before, two switch blocks would be merged if the total size of the
 blocks (end_item - begin_item + 1) was less than two times the
 combined sizes of the blocks.
 
 Now, it will only merge if after the merge at least half of the slots
 are filled.
+
+------- Additional Comments From bmaurer@users.sf.net  2004-03-23 11:58 -------
+I have already checked this in.