[Issue 13815] Inconsistent goto jump behavior between compile-time and runtime
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue Apr 20 00:03:42 UTC 2021
https://issues.dlang.org/show_bug.cgi?id=13815
Dlang Bot <dlang-bot at dlang.rocks> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #2 from Dlang Bot <dlang-bot at 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
--
More information about the Digitalmars-d-bugs
mailing list