[Bug 145] New: ICE when class members initializing to void
via D.gnu
d.gnu at puremagic.com
Tue Jul 22 07:49:18 PDT 2014
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: ibuclaw at gdcproject.org
Reporter: ketmar at 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.
--
You are receiving this mail because:
You are watching all bug changes.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puremagic.com/pipermail/d.gnu/attachments/20140722/7288be70/attachment.html>
More information about the D.gnu
mailing list