[Mono-bugs] [Bug 346379] New: Pointer/SizeOf Bug
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Wed Dec 5 18:26:25 EST 2007
https://bugzilla.novell.com/show_bug.cgi?id=346379
Summary: Pointer/SizeOf Bug
Product: Mono: Compilers
Version: 1.2.6
Platform: Other
OS/Version: Other
Status: NEW
Severity: Critical
Priority: P5 - None
Component: C#
AssignedTo: mono-bugs at ximian.com
ReportedBy: darx_kies at gmx.net
QAContact: mono-bugs at ximian.com
Found By: ---
Created an attachment (id=186090)
--> (https://bugzilla.novell.com/attachment.cgi?id=186090)
Pointer Bug Test Case
Description of Problem:
There is a bug regarding the pointers.
When compiling the attachment, mono emits sizeof ConsoleApplication1.Strct* for
values++ but it should be sizeof ConsoleApplication1.Strct.
Steps to reproduce the problem:
1. Compile the attachment with .Net and Mono
2. Compare the ildasm output for the method Geta of both .exe
Actual Results:
Mono emits emits sizeof ConsoleApplication1.Strct* for values++
Expected Results:
It should be sizeof ConsoleApplication1.Strct.
How often does this happen?
Always.
Additional Information:
None
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list