[Mono-bugs] [Bug 80522][Maj] Changed - incorrect compilation of long[] initialization
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Jan 15 12:46:31 EST 2007
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 lupus at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=80522
--- shadow/80522 2007-01-15 12:16:50.000000000 -0500
+++ shadow/80522.tmp.8539 2007-01-15 12:46:31.000000000 -0500
@@ -1,14 +1,14 @@
Bug#: 80522
Product: Mono: Compilers
Version: 1.2
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Major
Component: C#
AssignedTo: rharinath at novell.com
ReportedBy: lupus at ximian.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
@@ -44,6 +44,12 @@
}
return 0;
}
}
The issue can be also seen with monodis and looking at the rva field data.
Set to major because this causes data corruption.
+
+------- Additional Comments From lupus at ximian.com 2007-01-15 12:46 -------
+The same (or a similar) bug is also apparent if you change
+max_automatic_initializers to 10 in mcs/expression.cs and
+compile and run the test program mono/tests/long.cs (the bytes are not
+zero in that case, though they are incorrect).
More information about the mono-bugs
mailing list