[Mono-bugs] [Bug 53786][Maj] Changed - int* is not emitted
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 9 Feb 2004 08:44:32 -0500 (EST)
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 marek.safar@seznam.cz.
http://bugzilla.ximian.com/show_bug.cgi?id=53786
--- shadow/53786 2004-02-04 15:17:46.000000000 -0500
+++ shadow/53786.tmp.27009 2004-02-09 08:44:32.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 53786
Product: Mono/Compilers
Version: unspecified
OS: unknown
OS Details:
-Status: RESOLVED
-Resolution: FIXED
+Status: REOPENED
+Resolution:
Severity: Unknown
Priority: Major
Component: C#
AssignedTo: mono-bugs@ximian.com
ReportedBy: marek.safar@seznam.cz
QAContact: mono-bugs@ximian.com
@@ -34,6 +34,15 @@
This is the output from monodis:
.method public hidebysig specialname rtspecialname
instance default void .ctor (int32* 'ptr') cil managed
+
+------- Additional Comments From marek.safar@seznam.cz 2004-02-09 08:44 -------
+// The 2nd: inside constructor is emited redundant local variable.
+
+Occurs everytime.
+
+// The 1st: int* is not generated as Int32* but only like Int32.
+
+Occurs when compile via mcs and use Microsoft Runtime.