[Issue 16348] [REG 2.070.2] ICE with package visibility

2016-11-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16348

--- Comment #6 from github-bugzi...@puremagic.com ---
Commits pushed to newCTFE at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/93c3dcf26f5c5ae612ccce044012d2b297fe46bf
fix Issue 16348 - ICE with package visibility

https://github.com/dlang/dmd/commit/d400dffec4f782ac9cc27f7e682a726042949f9e
Merge pull request #6014 from MartinNowak/fix16348

--


[Issue 16348] [REG 2.070.2] ICE with package visibility

2016-09-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16348

--- Comment #5 from github-bugzi...@puremagic.com ---
Commits pushed to master at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/93c3dcf26f5c5ae612ccce044012d2b297fe46bf
fix Issue 16348 - ICE with package visibility

https://github.com/dlang/dmd/commit/d400dffec4f782ac9cc27f7e682a726042949f9e
Merge pull request #6014 from MartinNowak/fix16348

--


[Issue 16348] [REG 2.070.2] ICE with package visibility

2016-09-12 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16348

j...@red.email.ne.jp changed:

   What|Removed |Added

   See Also||https://issues.dlang.org/sh
   ||ow_bug.cgi?id=16460

--


[Issue 16348] [REG 2.070.2] ICE with package visibility

2016-08-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16348

--- Comment #4 from github-bugzi...@puremagic.com ---
Commits pushed to stable at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/93c3dcf26f5c5ae612ccce044012d2b297fe46bf
fix Issue 16348 - ICE with package visibility

- fix scopesym parent chain when using semanticScope
- fixes getAccessModule for scope symbols in do bodies,
  try bodies, and else branches

https://github.com/dlang/dmd/commit/d400dffec4f782ac9cc27f7e682a726042949f9e
Merge pull request #6014 from MartinNowak/fix16348

fix Issue 16348 - ICE with package visibility

--


[Issue 16348] [REG 2.070.2] ICE with package visibility

2016-08-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16348

Martin Nowak  changed:

   What|Removed |Added

   Keywords||pull

--- Comment #3 from Martin Nowak  ---
https://github.com/dlang/dmd/pull/6014

--


[Issue 16348] [REG 2.070.2] ICE with package visibility

2016-08-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16348

Martin Nowak  changed:

   What|Removed |Added

   Assignee|nob...@puremagic.com|c...@dawg.eu

--


[Issue 16348] [REG 2.070.2] ICE with package visibility

2016-08-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16348

Martin Nowak  changed:

   What|Removed |Added

 CC||c...@dawg.eu

--- Comment #2 from Martin Nowak  ---
Seems like the anonymous scope created in the else branch after the import
doesn't contain a parent link to the current module.

--


[Issue 16348] [REG 2.070.2] ICE with package visibility

2016-08-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16348

Lodovico Giaretta  changed:

   What|Removed |Added

Summary|ICE with package visibility |[REG 2.070.2] ICE with
   ||package visibility
   Severity|normal  |regression

--- Comment #1 from Lodovico Giaretta  ---
Raising as a regression, as the test case compiles fine with 2.070.2 but
segfaults with 2.071.1

--