| Bug ID | 145 |
|---|---|
| Summary | ICE when class members initializing to void |
| Product | GDC |
| Version | 4.9.x |
| Hardware | x86 |
| OS | Linux |
| Status | NEW |
| Severity | normal |
| Priority | Normal |
| Component | gdc |
| Assignee | ibuclaw@gdcproject.org |
| Reporter | ketmar@ketmar.no-ip.org |
this code makes current gdc 4.9 to ICE and segfault:
module zzz;
class A {
static Object obj = void;
}
but it works without "= void".
p.s. seems that this is fronted fault, as current DMD segfaults too.