[Mono-bugs] [Bug 35358][Nor] New - mcs appears to generate incorrect code invoking ToString()

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
10 Dec 2002 06:58:35 -0000


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 mathpup@mylinuxisp.com.

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

--- shadow/35358	Tue Dec 10 01:58:35 2002
+++ shadow/35358.tmp.16383	Tue Dec 10 01:58:35 2002
@@ -0,0 +1,41 @@
+Bug#: 35358
+Product: Mono/MCS
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: Misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: mathpup@mylinuxisp.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: mcs appears to generate incorrect code invoking ToString()
+
+Please fill in this template when reporting a bug, unless you know what you are doing. 
+Description of Problem: 
+ 
+mcs appears to generated incorrect code when the ToString() method is called on an int 
+field inside a class 
+ 
+Steps to reproduce the problem: 
+1. Compile the attached program 
+2. Run the attached program 
+ 
+ 
+Actual Results: 
+ 
+Prints -1073746796 
+ 
+Expected Results: 
+ 
+Prints 2 
+ 
+How often does this happen?  
+ 
+ 
+Additional Information: