[Mono-bugs] [Bug 74620][Nor] Changed - 1.0: invalid il for iface impl

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 15 Apr 2005 13:24:43 -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 bmaurer@users.sf.net.

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

--- shadow/74620	2005-04-15 12:44:09.000000000 -0400
+++ shadow/74620.tmp.16496	2005-04-15 13:24:43.000000000 -0400
@@ -1,23 +1,23 @@
 Bug#: 74620
 Product: Mono: Compilers
 Version: 1.0
-OS: 
+OS: unknown
 OS Details: XP
 Status: NEW   
 Resolution: 
-Severity: 
-Priority: Major
+Severity: Unknown
+Priority: Normal
 Component: C#
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: dominic_ullmann@hispeed.ch               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
-Summary: Invalid IL generated (interface implementation)
+Summary: 1.0: invalid il for iface impl
 
 Description of Problem:
 The mcs compiler (version 1.06) generates code for interface 
 implementation, which leads at runtime to a vm crash with the following 
 error: ** ERROR **: Invalid IL code at IL0010 in 
 Ch.Elca.Iiop.TcpServerTransport.ITransport.BeginRead(byte
@@ -62,6 +62,9 @@
 
 
 ------- Additional Comments From dominic_ullmann@hispeed.ch  2005-04-15 12:44 -------
 Created an attachment (id=14944)
 compiler result (mcs 1.06)
 
+
+------- Additional Comments From bmaurer@users.sf.net  2005-04-15 13:24 -------
+Works fine on the 1.1 branch.