www.digitalmars.com         C & C++   DMDScript  

D.gnu - [Bug 133] New: ICE: Appending a delegate to an array

Date: Sat, 14 Jun 2014 00:45:14 +0100
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"

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 gdcproject.org
          Reporter: ibuclaw 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.
Jun 13 2014