mail-archives/mono-bugs/2003-March/004213.html

99 строки
3.7 KiB
HTML
Исходник Обычный вид История

2019-06-06 22:03:35 +03:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mono-bugs] [Bug 39833][Wis] New - checked conversion from float to integer types doesn't work
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:bugzilla-daemon%40rocky.ximian.com">
<META NAME="robots" CONTENT="index,nofollow">
<LINK REL="Previous" HREF="004212.html">
<LINK REL="Next" HREF="004214.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mono-bugs] [Bug 39833][Wis] New - checked conversion from float to integer types doesn't work
</H1>
<B>bugzilla-daemon@rocky.ximian.com
</B>
<A HREF="mailto:bugzilla-daemon%40rocky.ximian.com"
TITLE="[Mono-bugs] [Bug 39833][Wis] New - checked conversion from float to integer types doesn't work">bugzilla-daemon@rocky.ximian.com
</A><BR>
<I>Mon, 17 Mar 2003 07:51:52 -0500 (EST)</I>
<P><UL>
<LI> Previous message: <A HREF="004212.html">[Mono-bugs] [Bug 39830][Min] Changed - DbDataAdapter column naming
</A></li>
<LI> Next message: <A HREF="004214.html">[Mono-bugs] [Bug 39833][Wis] Changed - checked conversion from float to integer types doesn't work
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#4213">[ date ]</a>
<a href="thread.html#4213">[ thread ]</a>
<a href="subject.html#4213">[ subject ]</a>
<a href="author.html#4213">[ 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:avd@openlinksw.com.">avd@openlinksw.com.</A>
<A HREF="http://bugzilla.ximian.com/show_bug.cgi?id=39833">http://bugzilla.ximian.com/show_bug.cgi?id=39833</A>
--- shadow/39833 Mon Mar 17 07:51:52 2003
+++ shadow/39833.tmp.6706 Mon Mar 17 07:51:52 2003
@@ -0,0 +1,35 @@
+Bug#: 39833
+Product: Mono/Runtime
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: misc
+AssignedTo: <A HREF="mailto:mono-bugs@ximian.com">mono-bugs@ximian.com</A>
+ReportedBy: <A HREF="mailto:avd@openlinksw.com">avd@openlinksw.com</A>
+QAContact: <A HREF="mailto:mono-bugs@ximian.com">mono-bugs@ximian.com</A>
+TargetMilestone: ---
+URL:
+Cc:
+Summary: checked conversion from float to integer types doesn't work
+
+Description of Problem:
+
+when performing checked conversion from float or double to some integer
+types (but not all) the following exception is thrown:
+
+** (conv.exe:479): WARNING **: tree does not match in 00 test.test:Test8
+(double): 0x0012
+
+** ERROR **: file emit-x86.c: line 738 (mono_label_cfg): should not be reached
+aborting...
+ (STIND_I1 ADDR_L[1] (CONV_OVF_I1 (LDIND_R8 ADDR_L[5])))
+
+ (STIND_I1 ADDR_L[1] (CONV_OVF_I1 (LDIND_R8 ADDR_L[5])))
+ (ARG_I4 CONST_I4[136212296])
+ (CALL_VOID (LDIND_I4 ADDR_G) VFUNC_ADDR)
+ (CALL_VOID (LDIND_I4 ADDR_G) VFUNC_ADDR)
+ BR
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI> Previous message: <A HREF="004212.html">[Mono-bugs] [Bug 39830][Min] Changed - DbDataAdapter column naming
</A></li>
<LI> Next message: <A HREF="004214.html">[Mono-bugs] [Bug 39833][Wis] Changed - checked conversion from float to integer types doesn't work
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#4213">[ date ]</a>
<a href="thread.html#4213">[ thread ]</a>
<a href="subject.html#4213">[ subject ]</a>
<a href="author.html#4213">[ author ]</a>
</LI>
</UL>
</body></html>