[Mono-bugs] [Bug 39018][Nor] Changed - Missing implicit conversion on & operator.
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Mon, 3 Mar 2003 18:31:25 -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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=39018
--- shadow/39018 Mon Mar 3 18:23:21 2003
+++ shadow/39018.tmp.8426 Mon Mar 3 18:31:25 2003
@@ -1,14 +1,14 @@
Bug#: 39018
Product: Mono/MCS
Version: unspecified
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: Misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: miguel@ximian.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -22,6 +22,10 @@
static void Main ()
{
uint a = 1, b = 2;
long l = (b & (0x1 << 31));
}
}
+
+------- Additional Comments From miguel@ximian.com 2003-03-03 18:31 -------
+This seems to be caused by the constant folder, as the constant folded
+is not elegible for a few of the IntLiteral implicit conversions.