[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pnet-developers] [Bug #2747] ILASM Strange duplicate definition for `.c
From: |
nobody |
Subject: |
[Pnet-developers] [Bug #2747] ILASM Strange duplicate definition for `.ctor' |
Date: |
Wed, 02 Apr 2003 00:54:22 -0500 |
=================== BUG #2747: LATEST MODIFICATIONS ==================
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=2747&group_id=353
Changes by: Rhys Weatherley <address@hidden>
Date: Wed 04/02/2003 at 05:54 (GMT)
------------------ Additional Follow-up Comments ----------------------------
I couldn't find the test1.il file that you refer to.
The two definitions that conflict are as follows:
.method family hidebysig specialname rtspecialname instance void
'.ctor'(unsigned int32 'gtype') cil managed
.method public hidebysig specialname rtspecialname instance void
'.ctor'(unsigned int32 'socket_id') cil managed
These are indeed in conflict - changing the name of the parameter doesn't
change the signature.
Looks like "not a bug" to me, but I'll leave it open for a
couple of days bit to give you a chance to supply
"test1.il" for comparison.
=================== BUG #2747: FULL BUG SNAPSHOT ===================
Submitted by: mdupont Project: DotGNU Portable.NET
Submitted on: Sat 03/08/2003 at 17:02
Category: None Severity: 5 - Major
Bug Group: None Resolution: None
Assigned to: None Status: Open
Summary: ILASM Strange duplicate definition for `.ctor'
Original Submission: Test1.il and test2.il have the same signatures.
Test1.il compiles and test2.il does not
for some reason the test2 complains about a duplicate method!
Follow-up Comments
*******************
-------------------------------------------------------
Date: Wed 04/02/2003 at 05:54 By: rweather
I couldn't find the test1.il file that you refer to.
The two definitions that conflict are as follows:
.method family hidebysig specialname rtspecialname instance void
'.ctor'(unsigned int32 'gtype') cil managed
.method public hidebysig specialname rtspecialname instance void
'.ctor'(unsigned int32 'socket_id') cil managed
These are indeed in conflict - changing the name of the parameter doesn't
change the signature.
Looks like "not a bug" to me, but I'll leave it open for a
couple of days bit to give you a chance to supply
"test1.il" for comparison.
-------------------------------------------------------
Date: Wed 04/02/2003 at 05:46 By: rweather
I couldn't find the test1.il file that you refer to.
The two definitions that conflict are as follows:
.method family hidebysig specialname rtspecialname instance void
'.ctor'(unsigned int32 'gtype') cil managed
.method public hidebysig specialname rtspecialname instance void
'.ctor'(unsigned int32 'socket_id') cil managed
These are indeed in conflict - changing the name of the parameter doesn't
change the signature.
Looks like "not a bug" to me, but I'll leave it open for a
couple of days bit to give you a chance to supply
"test1.il" for comparison.
-------------------------------------------------------
Date: Wed 04/02/2003 at 05:42 By: rweather
I couldn't find the test1.il file that you refer to.
The two definitions that conflict are as follows:
.method family hidebysig specialname rtspecialname instance void
'.ctor'(unsigned int32 'gtype') cil managed
.method public hidebysig specialname rtspecialname instance void
'.ctor'(unsigned int32 'socket_id') cil managed
These are indeed in conflict - changing the name of the parameter doesn't
change the signature.
Looks like "not a bug" to me, but I'll leave it open for a
couple of days bit to give you a chance to supply
"test1.il" for comparison.
-------------------------------------------------------
Date: Sat 03/08/2003 at 17:08 By: mdupont
this is the file that works
has the same stubs
CC list is empty
File Attachments
****************
-------------------------------------------------------
Date: Sat 03/08/2003 at 17:02 Name: test2.il Size: 7KB By: mdupont
test2
http://savannah.gnu.org/bugs/download.php?group_id=353&bug_id=2747&bug_file_id=339
For detailed info, follow this link:
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=2747&group_id=353