[Mono-bugs] [Bug 40856][Nor] Changed - mini bug with deadce and method calls

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Mon, 7 Apr 2003 07:15:16 -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 dietmar@ximian.com.

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

--- shadow/40856	Mon Apr  7 06:51:42 2003
+++ shadow/40856.tmp.3932	Mon Apr  7 07:15:16 2003
@@ -1,14 +1,14 @@
 Bug#: 40856
 Product: Mono/Runtime
 Version: unspecified
 OS: other
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Normal
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: lupus@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -36,6 +36,9 @@
     }
 }
 
 Inside the loop the call and the assignment to y is removed, but a push of
 the argument of the function is left and if the number of iterations is
 large, you get a stack overflow.
+
+------- Additional Comments From dietmar@ximian.com  2003-04-07 07:15 -------
+fixed