[Issue 13815] Inconsistent goto jump behavior between compile-time and runtime
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Fri Apr 16 23:20:31 UTC 2021
https://issues.dlang.org/show_bug.cgi?id=13815
Dlang Bot <dlang-bot at dlang.rocks> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |pull
--- Comment #1 from Dlang Bot <dlang-bot at 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
--
More information about the Digitalmars-d-bugs
mailing list