[Mono-bugs] [Bug 56452][Wis] Changed - mcs produces invalid IL code

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 4 Apr 2004 11:44:54 -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 andrew@sobala.net.

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

--- shadow/56452	2004-04-04 11:40:28.000000000 -0400
+++ shadow/56452.tmp.27834	2004-04-04 11:44:54.000000000 -0400
@@ -10,14 +10,13 @@
 Component: C#
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: andrew@sobala.net               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
-Cc: 
-Summary: CS0626: extern method with no impl
+Summary: mcs produces invalid IL code
 
 Test case is at http://www.gnome.org/~aes/testcsharp-1.0.0.tar.gz
 
 Configure, make, and mono test.exe to run it.
 
 My results:
@@ -84,6 +83,14 @@
 error message.
 
 ------- Additional Comments From pcgod@gmx.net  2004-04-04 11:40 -------
 Created an attachment (id=7193)
 patch which implements the warning in mcs
 
+
+------- Additional Comments From andrew@sobala.net  2004-04-04 11:44 -------
+No, this is a different bug.
+
+In the code in the tarball, there *is* a DllImport directive (and it
+works, because return_list works).
+
+Changing summary back since there is an impl.