[Mono-bugs] [Bug 27937][Wis] Changed - Inliner can crash Mono on recursive calls.
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
19 Jul 2002 19:09:32 -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 dietmar@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=27937
--- shadow/27937 Thu Jul 18 00:08:04 2002
+++ shadow/27937.tmp.28032 Fri Jul 19 15:09:32 2002
@@ -1,14 +1,14 @@
Bug#: 27937
Product: Mono/Runtime
Version: unspecified
OS: other
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Wishlist
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: miguel@ximian.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -33,6 +33,9 @@
{
X x = new X ();
x.a ();
}
}
+
+------- Additional Comments From dietmar@ximian.com 2002-07-19 15:09 -------
+added a check to avoid recursive inlining