[Mono-bugs] [Bug 21559] Changed - 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:46 -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.15367 Fri Mar 8 13:22:46 2002
@@ -17,6 +17,11 @@
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.
+
+------- Additional Comments From lupus@ximian.com 2002-03-08 13:22 -------
+Created an attachment (id=1504)
+Sample program.
+