[Mono-bugs] [Bug 624183] New: dmcs fails to compile a call to a method with a out dynamic parameter

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Jul 21 03:40:31 EDT 2010


http://bugzilla.novell.com/show_bug.cgi?id=624183

http://bugzilla.novell.com/show_bug.cgi?id=624183#c0


           Summary: dmcs fails to compile a call to a method with a out
                    dynamic parameter
    Classification: Mono
           Product: Mono: Compilers
           Version: SVN
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: C#
        AssignedTo: msafar at novell.com
        ReportedBy: jbevain at novell.com
         QAContact: mono-bugs at lists.ximian.com
                CC: lupus at novell.com
          Found By: ---
           Blocker: ---


Repro:

<<<<<<<<<
using System;



class Program {



    static void Dynamicify (out dynamic d)

    {

        d = null;

    }



    static void Main ()

    {

        object o;

        Dynamicify (out o);

    }

}
<<<<<<<<<

It compiles just fine with csc4.

This is blocking the IronRuby 1.1 build.

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list