[Mono-bugs] [Bug 408721] New: Compiler crash when compiling block containing pointer indirection

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sun Jul 13 09:52:43 EDT 2008


https://bugzilla.novell.com/show_bug.cgi?id=408721


           Summary: Compiler crash when compiling block containing pointer
                    indirection
           Product: Mono: Compilers
           Version: SVN
          Platform: i686
        OS/Version: OES - Linux
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: C#
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: jeremie.laval at gmail.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---


Created an attachment (id=227465)
 --> (https://bugzilla.novell.com/attachment.cgi?id=227465)
patch for CloneTo method in Indirection class (expression.cs)

When compiling a code containing pointer indirection, gmcs compiler throw an
internal compiler error because the expression class Indirection misses the
CloneTo method override.

Attached is a simple patch that correct the problem by implementing this
missing method (compilation and running work).


-- 
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