[Mono-bugs] [Bug 72698][Nor] Changed - mcs expects fixed(...) where it should not be necessary
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 18 Feb 2005 05:43:31 -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 rharinath@novell.com.
http://bugzilla.ximian.com/show_bug.cgi?id=72698
--- shadow/72698 2005-02-18 05:22:15.000000000 -0500
+++ shadow/72698.tmp.16105 2005-02-18 05:43:31.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 72698
Product: Mono: Compilers
Version: 1.1
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: C#
AssignedTo: mono-bugs@ximian.com
ReportedBy: m_kretzschmar@gmx.net
QAContact: mono-bugs@ximian.com
@@ -41,6 +41,19 @@
------- Additional Comments From rharinath@novell.com 2005-02-18 05:22 -------
Yep.
A pointer-member-access (P->I) results in a fixed variable (section
25.3), and thus doesn't need a 'fixed' statement.
+
+------- Additional Comments From rharinath@novell.com 2005-02-18 05:43 -------
+This appears to have been fixed by:
+
+ 2005-01-27 Marek Safar <marek.safar@seznam.cz>
+
+ * expression.cs (Indirection): Implemented IVariable interface
+ to support indirection in AddressOf operator.
+ (PointerArithmetic.Emit): Add optimalization for case where
+ result can be precomputed.
+
+In any case, the HEAD revision in SVN compiles your test code fine.
+