www.digitalmars.com         C & C++   DMDScript  

D.gnu - [Bug 145] New: ICE when class members initializing to void

Date: Tue, 22 Jul 2014 15:49:17 +0100
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"

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

-- 
You are receiving this mail because:
You are watching all bug changes.
Jul 22 2014