[Issue 20454] New: [REG 2.071.0] ICE with triple-nested package

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Dec 18 04:30:58 UTC 2019


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

          Issue ID: 20454
           Summary: [REG 2.071.0] ICE with triple-nested package
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Keywords: ice
          Severity: regression
          Priority: P1
         Component: dmd
          Assignee: nobody at puremagic.com
          Reporter: dlang-bugzilla at thecybershadow.net

echo 'import p.q.r;' > test.d
mkdir -p p/q/r
echo 'import p.q.r.m;' > p/q/r/package.d
touch p/q/r/m.d

Introduced in https://github.com/dlang/dmd/pull/5426.

--


More information about the Digitalmars-d-bugs mailing list