[Mono-bugs] [Bug 32336][Wis] Changed - base.* doesn't work for properties
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
16 Oct 2002 04:28:37 -0000
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=32336
--- shadow/32336 Tue Oct 15 17:47:16 2002
+++ shadow/32336.tmp.23124 Wed Oct 16 00:28:37 2002
@@ -1,22 +1,21 @@
Bug#: 32336
Product: Mono/MCS
Version: unspecified
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Wishlist
Component: Misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: vladimir@pobox.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
-Cc:
Summary: base.* doesn't work for properties
/* t16.cs */
using System;
public class FooBase {
@@ -77,6 +76,15 @@
note that a csc-compiled binary works correctly under mint/mono.
mcs is generating virtually the same IL for the functions as csc is, so i'm
confused as to how one works and the other doesn't -- this may be a mono
bug, but as mono runs the csc-compiled one i'm filing it against mcs.
+
+------- Additional Comments From miguel@ximian.com 2002-10-16 00:28 -------
+The bug is fixed, but I noticed also in this example a different
+problem: The MS compiler generates a callvirt in main to FooBase.Frob,
+and we are generating a callvirt to Foo.Frob.
+
+I do not know if this has side effects though.
+
+CCing Paolo to get his opinion.