April 16, 2021 [Issue 13815] Inconsistent goto jump behavior between compile-time and runtime | ||||
|---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=13815 Dlang Bot <dlang-bot@dlang.rocks> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull --- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> --- @MoonlightSentinel updated dlang/dmd pull request #12439 "Use correct scope during statementSemantic on try-block" fixing this issue: - Fix 13815 - Use correct scope during statementSemantic on try-block `sc2` was created but never used (probably a typo). While running the code doesn't cause errors in CTFE it triggers an assert in backend. https://github.com/dlang/dmd/pull/12439 -- | ||||
April 20, 2021 [Issue 13815] Inconsistent goto jump behavior between compile-time and runtime | ||||
|---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=13815 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 #12439 "Fix 13815 - Use correct scope during statementSemantic on try-block" was merged into master: - e7eb6efffa1a3c6aa5739ccc5196be4beab7ec15 by MoonlightSentinel: Fix 13815 - Use correct scope during statementSemantic on try-block `sc2` was created but never used (probably a typo). While running the code doesn't cause errors in CTFE it triggers an assert in backend. https://github.com/dlang/dmd/pull/12439 -- | ||||
Copyright © 1999-2021 by the D Language Foundation
Permalink
Reply