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