[Issue 16460] [REG2.071] ICE for package visibility check in function literal

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Tue Sep 13 04:11:01 PDT 2016


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

--- Comment #3 from github-bugzilla at puremagic.com ---
Commits pushed to stable at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/0c9374cec813f8b29483bebd5a659be55958c299
fix Issue 16460 - ICE for package visibility check in function literal

- fixed by skipping symbol-less scopes when establishing scope for
  FuncDeclaration
- symbol-less scopes like Scope.startCTFE and FuncExp scopes don't
  require a symbol table (and thus don't create a scopesym)

https://github.com/dlang/dmd/commit/8679fd9b9b5f401f834047cd0c14ebd338566cfd
Merge pull request #6128 from MartinNowak/fix16460

fix Issue 16460 - ICE for package visibility check in function literal

--


More information about the Digitalmars-d-bugs mailing list