mail-archives/mono-bugs/2010-July/101975.html

142 строки
4.3 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 620362] New: Verifier incorrectly rejects this code
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%20620362%5D%20New%3A%20Verifier%20incorrectly%20rejects%20this%20code&In-Reply-To=">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="101974.html">
<LINK REL="Next" HREF="102010.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mono-bugs] [Bug 620362] New: Verifier incorrectly rejects this code</H1>
<B>bugzilla_noreply at novell.com</B>
<A HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%20620362%5D%20New%3A%20Verifier%20incorrectly%20rejects%20this%20code&In-Reply-To="
TITLE="[Mono-bugs] [Bug 620362] New: Verifier incorrectly rejects this code">bugzilla_noreply at novell.com
</A><BR>
<I>Wed Jul 7 04:06:54 EDT 2010</I>
<P><UL>
<LI>Previous message: <A HREF="101974.html">[Mono-bugs] [Bug 609109] [Regression] Incoming tablular data stream (TDS) remote procedure call (RPC) protocal stream is incorrect.
</A></li>
<LI>Next message: <A HREF="102010.html">[Mono-bugs] [Bug 620362] Verifier incorrectly rejects this code
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#101975">[ date ]</a>
<a href="thread.html#101975">[ thread ]</a>
<a href="subject.html#101975">[ subject ]</a>
<a href="author.html#101975">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE><A HREF="http://bugzilla.novell.com/show_bug.cgi?id=620362">http://bugzilla.novell.com/show_bug.cgi?id=620362</A>
<A HREF="http://bugzilla.novell.com/show_bug.cgi?id=620362#c0">http://bugzilla.novell.com/show_bug.cgi?id=620362#c0</A>
Summary: Verifier incorrectly rejects this code
Classification: Mono
Product: Mono: Runtime
Version: 2.6.x
Platform: i686
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: verifier
AssignedTo: <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">rkumpera at novell.com</A>
ReportedBy: <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">lucas.meijer at gmail.com</A>
QAContact: <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">mono-bugs at lists.ximian.com</A>
Found By: ---
Blocker: ---
User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_3; en-US)
AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4
Verifier says the IL generated by gmcs for this code is not verifyable:
struct Test
{
static void Verify (out Test a, out Test b )
{
a = b = new Test();
}
}
In method: Test::Verify(Test&amp;,Test&amp;)
Not Verifiable: Token and source types of stobj don't match at 0x0009
Please note that if you assign a and b on seperate lines instead of in a single
statement, the verifier thinks everything is fine.
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Actual Results:
verifier complaining
Expected Results:
verifier not complaining
--
Configure bugmail: <A HREF="http://bugzilla.novell.com/userprefs.cgi?tab=email">http://bugzilla.novell.com/userprefs.cgi?tab=email</A>
------- You are receiving this mail because: -------
You are the QA contact for the bug.
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="101974.html">[Mono-bugs] [Bug 609109] [Regression] Incoming tablular data stream (TDS) remote procedure call (RPC) protocal stream is incorrect.
</A></li>
<LI>Next message: <A HREF="102010.html">[Mono-bugs] [Bug 620362] Verifier incorrectly rejects this code
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#101975">[ date ]</a>
<a href="thread.html#101975">[ thread ]</a>
<a href="subject.html#101975">[ subject ]</a>
<a href="author.html#101975">[ author ]</a>
</LI>
</UL>
<hr>
<a href="http://lists.ximian.com/mailman/listinfo/mono-bugs">More information about the mono-bugs
mailing list</a><br>
</body></html>