http://bugzilla.gdcproject.org/show_bug.cgi?id=145
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: [email protected]
Reporter: [email protected]
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.
--
You are receiving this mail because:
You are watching all bug changes.