Thread overview
[Issue 19955] [ICE] Segmentation fault in StatementSemanticVisitor::visit(SwitchStatement*) at dmd/statementsem.d:2558
Jun 12, 2019
Dlang Bot
Jun 13, 2019
Dlang Bot
Jun 14, 2019
Dlang Bot
Jun 15, 2019
Dlang Bot
June 12, 2019
https://issues.dlang.org/show_bug.cgi?id=19955

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@ibuclaw created dlang/dmd pull request #10023 "fix Issue 19955 - [ICE] Segmentation fault in StatementSemanticVisitor::visit(SwitchStatement*)" fixing this issue:

- fix Issue 19955 - [ICE] Segmentation fault in
StatementSemanticVisitor::visit(SwitchStatement*)

https://github.com/dlang/dmd/pull/10023

--
June 13, 2019
https://issues.dlang.org/show_bug.cgi?id=19955

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #10023 "fix Issue 19955 - [ICE] Segmentation fault in StatementSemanticVisitor::visit(SwitchStatement*)" was merged into stable:

- 7fc9b4c3840be9d4df06a402a7024fdc0e9d53a3 by Iain Buclaw:
  fix Issue 19955 - [ICE] Segmentation fault in
StatementSemanticVisitor::visit(SwitchStatement*)

https://github.com/dlang/dmd/pull/10023

--
June 14, 2019
https://issues.dlang.org/show_bug.cgi?id=19955

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #10033 "[dmd-cxx] fix Issue 19955 - [ICE] Segmentation fault in StatementSemanticVisitor::visit(SwitchStatement*)" was merged into dmd-cxx:

- 0ade275a9e7b1d7242df2c516eb5688b8e6fc273 by Iain Buclaw:
  fix Issue 19955 - [ICE] Segmentation fault in
StatementSemanticVisitor::visit(SwitchStatement*)

https://github.com/dlang/dmd/pull/10033

--
June 15, 2019
https://issues.dlang.org/show_bug.cgi?id=19955

--- Comment #4 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #10038 "[dmd-cxx] Backport early return of blockExit" was merged into dmd-cxx:

- b7991e4835898a7484bbb1df5521972a3a9c6710 by Iain Buclaw:
  [dmd-cxx] Backport early return of blockExit

  Another fix for issue 19955 specific to the C++ branch

https://github.com/dlang/dmd/pull/10038

--