[Issue 13403] New: [ICE][2.067Alpha] Internal error: backend\type.c 332 with new package protection extension.

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sat Aug 30 05:01:23 PDT 2014


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

          Issue ID: 13403
           Summary: [ICE][2.067Alpha] Internal error: backend\type.c 332
                    with new package protection extension.
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Severity: blocker
          Priority: P1
         Component: DMD
          Assignee: nobody at puremagic.com
          Reporter: dmitry.olsh at gmail.com

Created attachment 1406
  --> https://issues.dlang.org/attachment.cgi?id=1406&action=edit
complete dir tree to reproduce

See whole tree in zip attached ZIP file. It's just a couple of lines though.

Source:

//pkg/internal/bug.d:

package(pkg):


template BacktrackingMatcher()
{
}


Compiled as:
dmd -c pkg/internal/bug.d

Output:

Internal error: backend\type.c 332

--


More information about the Digitalmars-d-bugs mailing list