[Mono-bugs] [Bug 21559] New - mcs doesnt set the newslot flag in methods that implement interface methods.
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
8 Mar 2002 18:22:01 -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 lupus@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=21559
--- shadow/21559 Fri Mar 8 13:22:01 2002
+++ shadow/21559.tmp.15036 Fri Mar 8 13:22:01 2002
@@ -0,0 +1,22 @@
+Bug#: 21559
+Product: Mono/MCS
+Version: unspecified
+OS: other
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: Misc
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: lupus@ximian.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: mcs doesnt set the newslot flag in methods that implement interface methods.
+
+Happens on both linux and windows.
+The attached sample test can be compiled with csc and mcs: the
+flags in tokenizer::advance include "newsslot" when the sample is compiled
+with csc, but not with mcs.