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: [email protected]
          Reporter: [email protected]

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

--

Reply via email to