www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 18150] New: dmd segfault on classinfo.create

https://issues.dlang.org/show_bug.cgi?id=18150

          Issue ID: 18150
           Summary: dmd segfault on classinfo.create
           Product: D
           Version: D2
          Hardware: x86_64
                OS: Windows
            Status: NEW
          Severity: minor
          Priority: P1
         Component: dmd
          Assignee: nobody puremagic.com
          Reporter: cauterite gmail.com

tested on DMD32 D Compiler v2.077.1:

    class C {}
    pragma(msg, C.classinfo.create());

compile -> "object.Error (0): Access Violation"

--
Jan 01 2018