[Mono-bugs] [Bug 57694][Nor] Changed - Does not flag conversion error 221.

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Mar 22 06:25:04 EST 2006


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 marek.safar at seznam.cz.

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

--- shadow/57694	2005-04-16 17:01:59.000000000 -0400
+++ shadow/57694.tmp.5851	2006-03-22 06:25:04.000000000 -0500
@@ -10,13 +10,12 @@
 Component: C#
 AssignedTo: miguel at ximian.com                            
 ReportedBy: miguel at ximian.com               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: V1
 URL: 
-Cc: 
 Summary: Does not flag conversion error 221.
 
 enum A : byte {
 	One = 1
 }
 
@@ -55,6 +54,11 @@
 	
 }
 
 This will emit CEE_OR, when it could be cfolded. If I remember 
 correctly, the process you are describing happens in the same place 
 as cfold.
+
+------- Additional Comments From marek.safar at seznam.cz  2006-03-22 06:25 -------
+Miguel,
+
+Why do you think it should report such error ? 


More information about the mono-bugs mailing list