[Mono-bugs] [Bug 69785][Wis] Changed - [PPC] refanytype not working

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 23 Nov 2004 01:01:14 -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 grompf@sublimeintervention.com.

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

--- shadow/69785	2004-11-21 20:52:07.000000000 -0500
+++ shadow/69785.tmp.29947	2004-11-23 01:01:14.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 69785
 Product: Mono: Runtime
 Version: 1.1
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Wishlist
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: grompf@sublimeintervention.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -74,6 +74,20 @@
 
 Am I missing something obvious?
 
 (I tested 1.0.4 as well so this isn't a (recent) regression afaik)
 
 -kangaroo
+
+------- Additional Comments From grompf@sublimeintervention.com  2004-11-23 01:01 -------
+I dug into this issue a little more and the instructions are being chained properly but for 
+some reason when it gets to
+stmt: OP_OUTARG_VT (reg)
+state->left->tree->dreg is 0; even tho its been set to 3 in the OP_REFANYTYPE 
+instruction.
+
+The attached patch below fixes this problem by chaining them manually in inssel-ppc.brg
+
+It should be noted that s390 has the same behaviour and it appears sparc does as well 
+(they already override the chain in the burg file)
+
+-kangaroo