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: [email protected]
Reporter: [email protected]
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.
--
