[Mono-bugs] [Bug 79371][Min] Changed - [GMCS] Compiler error when using "as" operator with int?
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Apr 11 14:18:23 EDT 2007
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 martin at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=79371
--- shadow/79371 2007-04-11 06:44:07.000000000 -0400
+++ shadow/79371.tmp.5339 2007-04-11 14:18:23.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 79371
Product: Mono: Compilers
Version: 1.1
OS: GNU/Linux [Other]
OS Details: Debian Etch
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Minor
Component: C#
AssignedTo: martin at ximian.com
ReportedBy: michael at synthesyssolutions.com
QAContact: mono-bugs at ximian.com
@@ -86,6 +86,9 @@
The operation e as T produces the same result as
e is T ? (T)(e) : (T)null
except that e is only evaluated once. The compiler can be expected to
optimize e as T to perform at most one dynamic type check as opposed
to the two dynamic type checks implied by the expansion above.
+
+------- Additional Comments From martin at ximian.com 2007-04-11 14:18 -------
+Fixed in SVN.
More information about the mono-bugs
mailing list