[Bug 133] New: ICE: Appending a delegate to an array

via D.gnu d.gnu at puremagic.com
Fri Jun 13 16:45:14 PDT 2014


http://bugzilla.gdcproject.org/show_bug.cgi?id=133

            Bug ID: 133
           Summary: ICE: Appending a delegate to an array
           Product: GDC
           Version: development
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gdc
          Assignee: ibuclaw at gdcproject.org
          Reporter: ibuclaw at gdcproject.org

Minimum Testcase:
---
void delegate()[] workerTasks;

void assign(void delegate() del)
{
    workerTasks ~= del;
}
---

This blocks building vibe.d with gdc.

-- 
You are receiving this mail because:
You are watching all bug changes.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puremagic.com/pipermail/d.gnu/attachments/20140613/b9ad92d6/attachment.html>


More information about the D.gnu mailing list