[Mono-bugs] [Bug 331471] New: ILASM think methods with diferent signature are the same
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Fri Oct 5 17:51:56 EDT 2007
https://bugzilla.novell.com/show_bug.cgi?id=331471
Summary: ILASM think methods with diferent signature are the same
Product: Mono: Compilers
Version: 1.2
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: IL assembler
AssignedTo: jankit at novell.com
ReportedBy: rkumpera at novell.com
QAContact: mono-bugs at ximian.com
Found By: ---
Created an attachment (id=176587)
--> (https://bugzilla.novell.com/attachment.cgi?id=176587)
Sample test
I have a class with the following constructors:
method public hidebysig specialname rtspecialname instance default void
ctor () cil managed
method public hidebysig specialname rtspecialname instance default void
ctor (method int32 *(int32) tp) cil managed
And ilasm fails with:
ilasm_bug.il (28, 3) : Error : Duplicate method declaration: System.Void
ctor()
The file compiles fine under .net.
It only happens due with a method pointer type as first parameter.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list