| Bug ID | 177 |
|---|---|
| Summary | core.thread won't compile |
| Product | GDC |
| Version | development |
| Hardware | All |
| OS | OSX |
| Status | NEW |
| Severity | critical |
| Priority | Normal |
| Component | libgdruntime |
| Assignee | ibuclaw@gdcproject.org |
| Reporter | john.loughran.colvin@gmail.com |
../../../../gcc-4.9.2/libphobos/libdruntime/core/thread.d:3551:13: error:
static assert "Not implemented"
static assert(0, "Not implemented");
To fix this, either core.sys.posix.ucontext needs OS X support or the inline
asm in fiber_switchContext needs translating.