[Mono-bugs] [Bug 45127][Blo] Changed - weird order dependent compilation error
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Fri, 20 Jun 2003 08:33:10 -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 gonzalo@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=45127
--- shadow/45127 Thu Jun 19 10:40:38 2003
+++ shadow/45127.tmp.14805 Fri Jun 20 08:33:10 2003
@@ -2,19 +2,19 @@
Product: Mono/MCS
Version: unspecified
OS: other
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Blocker
Component: Misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: lupus@ximian.com
QAContact: mono-bugs@ximian.com
-TargetMilestone: ---
+TargetMilestone: SG
URL:
Cc:
Summary: weird order dependent compilation error
The following program is not compiled by mcs:
using System.Security.Cryptography;
@@ -32,6 +32,9 @@
Note: mcs won't compile the program when running on the MS runtime either.
This is apparently triggered by the last change to icall.c that returns the
methods in the GetMethods() call in the same order as they are found in the
metadata (to match the MS behaviour).
The issue is that it seems to pick the Create function in the base class of
RSA instead of the one in the RSA class.
+
+------- Additional Comments From gonzalo@ximian.com 2003-06-20 08:33 -------
+Method ordering is needed by SG tests.