[Issue 13695] New: DMD segfaults on simple nonsense code

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Thu Nov 6 23:32:48 PST 2014


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

          Issue ID: 13695
           Summary: DMD segfaults on simple nonsense code
           Product: D
           Version: D2
          Hardware: x86
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: DMD
          Assignee: nobody at puremagic.com
          Reporter: ketmar at ketmar.no-ip.org

i was looking for another segfault, but dustmide just found this one:

  void z (auto)

yes, that's all. you can change 'auto' to any other qualifier: 'const', 'out',
'in', 'ref', it doesn't matter. seems like a long-standing parser bug, 'cause
GDC is affected too.

--


More information about the Digitalmars-d-bugs mailing list