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: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
QAContact: [EMAIL PROTECTED]
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.
_______________________________________________
mono-bugs maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs