http://d.puremagic.com/issues/show_bug.cgi?id=6341

           Summary: Segfault with variadic delegate parameter
           Product: D
           Version: D1 & D2
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: regression
          Priority: P2
         Component: DMD
        AssignedTo: nob...@puremagic.com
        ReportedBy: rob...@octarineparrot.com


--- Comment #0 from Robert Clipsham <rob...@octarineparrot.com> 2011-07-17 
22:17:36 BST ---
When using dmd 2.054 the following fails with a bus error on OS X and a
segfault on linux:
----
void print(void delegate(string...) dg)
{
    dg();
}
----
This worked as expected in dmd 2.053.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------

Reply via email to