[Issue 15688] New: dmd segfault

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Mon Feb 15 08:44:50 PST 2016


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

          Issue ID: 15688
           Summary: dmd segfault
           Product: D
           Version: D2
          Hardware: x86_64
                OS: Mac OS X
            Status: NEW
          Severity: major
          Priority: P1
         Component: dmd
          Assignee: nobody at puremagic.com
          Reporter: john.loughran.colvin at gmail.com

% cat bench.d
void step2()
{
  (mappings, 0)();
}
% dmd bench.d 
bench.d(3): Error: undefined identifier 'mappings'
[1]    81703 segmentation fault  dmd bench.d

haven't tried with a debug build of dmd, perhaps it would be an assertion
there.

--


More information about the Digitalmars-d-bugs mailing list