September 11, 2014
https://issues.dlang.org/show_bug.cgi?id=13459

          Issue ID: 13459
           Summary: segfault in two auto opSlices()
           Product: D
           Version: D2
          Hardware: x86
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P1
         Component: DMD
          Assignee: nobody@puremagic.com
          Reporter: ketmar@ketmar.no-ip.org

Created attachment 1422
  --> https://issues.dlang.org/attachment.cgi?id=1422&action=edit
dustmited testcase

dmd segfaults on the given sample. actually, it goes to infinite recursion and OS kills it.

sample usage: dmd -c -o- dmdsf.d

--