September 01, 2014
https://issues.dlang.org/show_bug.cgi?id=13412

          Issue ID: 13412
           Summary: Assertion failure: 'global.errors' on line 6698 in
                    file 'template.c'
           Product: D
           Version: D2
          Hardware: x86_64
                OS: Windows
            Status: NEW
          Severity: critical
          Priority: P1
         Component: DMD
          Assignee: nobody@puremagic.com
          Reporter: xandr_84@mail.ru

Created attachment 1410
  --> https://issues.dlang.org/attachment.cgi?id=1410&action=edit
this is minimal sample that causes assertion

Try to build dmd.exe v2.065 and get an error.

Building on main page http://dlang.org print message:

dmd: template.c:6698: Identifier* TemplateInstance::genIdent(Objects*): Assertion `global.errors' failed.

--