[Mono-bugs] [Bug 41952][Nor] New - Unchecked state not activated.

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Fri, 25 Apr 2003 23:29:37 -0400 (EDT)


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=41952

--- shadow/41952	Fri Apr 25 23:29:37 2003
+++ shadow/41952.tmp.17912	Fri Apr 25 23:29:37 2003
@@ -0,0 +1,29 @@
+Bug#: 41952
+Product: Mono/MCS
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: Misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: miguel@ximian.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Unchecked state not activated.
+
+The following program should compile:
+
+
+class X {
+	static void Main ()
+	{
+		unchecked {
+			const int val = (int)0x800B0109;
+		}
+	}
+}