[Mono-bugs] [Bug 57895][Maj] Changed - Invalid IL code for simple statement

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 5 May 2004 07:58:31 -0400 (EDT)


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 reg@nyda.info.

http://bugzilla.ximian.com/show_bug.cgi?id=57895

--- shadow/57895	2004-05-05 06:34:58.000000000 -0400
+++ shadow/57895.tmp.18834	2004-05-05 07:58:31.000000000 -0400
@@ -183,6 +183,20 @@
 
 ------- Additional Comments From lupus@ximian.com  2004-05-05 06:34 -------
 Dennis, as Nick explained, your code is icorrect, it is a bug in the
 C# compiler that lets you compile your buggy code and a bug in the
 interp that runs it. You can't expect that code to run (and produce
 meaningful results).
+
+------- Additional Comments From reg@nyda.info  2004-05-05 07:58 -------
+Yes, thats what I initially mentioned. To quote myself:
+
+"Expected Results:
+Either compiletime error CS0019 or output "No invalid IL for you?".
+Not sure which one."
+
+But as you can see I wasn't 100% sure about it. So thanks for clearing
+things up for me.
+
+However, does it make this bug invalid? It is still a bug (actually
+two) in C# Compiler and mint (and thats why I posted it to the C#
+bugtracker).