mail-archives/mono-bugs/2004-June/017011.html

97 строки
3.4 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mono-bugs] [Bug 59793][Nor] Changed - unknown operator: long_conv_to_ovf_u1_un
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:bugzilla-daemon%40bugzilla.ximian.com">
<META NAME="robots" CONTENT="index,nofollow">
<LINK REL="Previous" HREF="017010.html">
<LINK REL="Next" HREF="017012.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mono-bugs] [Bug 59793][Nor] Changed - unknown operator: long_conv_to_ovf_u1_un
</H1>
<B>bugzilla-daemon@bugzilla.ximian.com
</B>
<A HREF="mailto:bugzilla-daemon%40bugzilla.ximian.com"
TITLE="[Mono-bugs] [Bug 59793][Nor] Changed - unknown operator: long_conv_to_ovf_u1_un">bugzilla-daemon@bugzilla.ximian.com
</A><BR>
<I>Tue, 8 Jun 2004 09:41:17 -0400 (EDT)</I>
<P><UL>
<LI> Previous message: <A HREF="017010.html">[Mono-bugs] [Bug 59793][Nor] New - unknown operator: long_conv_to_ovf_u1_un
</A></li>
<LI> Next message: <A HREF="017012.html">[Mono-bugs] [Bug 59794][Wis] New - problems with cookieless sessions and databinding
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#17011">[ date ]</a>
<a href="thread.html#17011">[ thread ]</a>
<a href="subject.html#17011">[ subject ]</a>
<a href="author.html#17011">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>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 <A HREF="mailto:sebastien@ximian.com.">sebastien@ximian.com.</A>
<A HREF="http://bugzilla.ximian.com/show_bug.cgi?id=59793">http://bugzilla.ximian.com/show_bug.cgi?id=59793</A>
--- shadow/59793 2004-06-08 09:36:01.000000000 -0400
+++ shadow/59793.tmp.7857 2004-06-08 09:41:17.000000000 -0400
@@ -2,13 +2,13 @@
Product: Mono: Runtime
Version: unspecified
OS: All
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: misc
AssignedTo: <A HREF="mailto:mono-bugs@ximian.com">mono-bugs@ximian.com</A>
ReportedBy: <A HREF="mailto:sebastien@ximian.com">sebastien@ximian.com</A>
QAContact: <A HREF="mailto:mono-bugs@ximian.com">mono-bugs@ximian.com</A>
TargetMilestone: ---
@@ -68,6 +68,18 @@
mono chk.exe
** ERROR **: unknown operator: long_conv_to_ovf_u1_un
aborting...
Aborted
+
+------- Additional Comments From <A HREF="mailto:sebastien@ximian.com">sebastien@ximian.com</A> 2004-06-08 09:41 -------
+The same sample works when dealing with signed bytes
+
+class T {
+ static void Main (string[] args)
+ {
+ long l = System.Int64.Parse (args[0]);
+ sbyte sb = checked ((sbyte) l);
+ System.Console.WriteLine (sb);
+ }
+}
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI> Previous message: <A HREF="017010.html">[Mono-bugs] [Bug 59793][Nor] New - unknown operator: long_conv_to_ovf_u1_un
</A></li>
<LI> Next message: <A HREF="017012.html">[Mono-bugs] [Bug 59794][Wis] New - problems with cookieless sessions and databinding
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#17011">[ date ]</a>
<a href="thread.html#17011">[ thread ]</a>
<a href="subject.html#17011">[ subject ]</a>
<a href="author.html#17011">[ author ]</a>
</LI>
</UL>
</body></html>