[Mono-bugs] [Bug 74073][Blo] Changed - amd casting regression

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 27 Mar 2005 11:58:09 -0500 (EST)


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 vargaz@gmail.com.

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

--- shadow/74073	2005-03-27 10:09:42.000000000 -0500
+++ shadow/74073.tmp.5153	2005-03-27 11:58:09.000000000 -0500
@@ -10,13 +10,12 @@
 Component: JIT
 AssignedTo: vargaz@gmail.com                            
 ReportedBy: plahcim@o2.pl               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
-Cc: 
 Summary: amd casting regression
 
 Description of Problem:
 Gtk# don't want to build.
 
 
@@ -87,6 +86,13 @@
 	static void Main ()
 	{
 		object [] a = new IBlah [5];
 		IBlah  [] b = (IBlah []) a;
 	}
 }
+
+------- Additional Comments From vargaz@gmail.com  2005-03-27 11:58 -------
+Dunno why this only happens on amd64, but it started happening
+after this patch:
+
+http://lists.ximian.com/archives/public/mono-patches/2005-March/056131.html
+