[Issue 20829] dmd segfault on jump from a TryCatchStatement to another

2021-04-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20829 moonlightsenti...@disroot.org changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 20829] dmd segfault on jump from a TryCatchStatement to another

2020-05-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20829 --- Comment #4 from Basile-z --- Sorry, dont create the PR because The fix introduces semantic changes that break - compilable/test602.d - compilable/interpret3.d as apparently it's legal to jump into a catch block. --

[Issue 20829] dmd segfault on jump from a TryCatchStatement to another

2020-05-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20829 Basile-z changed: What|Removed |Added Attachment #1787|0 |1 is obsolete|

[Issue 20829] dmd segfault on jump from a TryCatchStatement to another

2020-05-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20829 --- Comment #3 from Basile-z --- I have technical problems registering at GH so I cant propose the PR but the Consider doing the remaining part of the job using, $ git checkout -b issue-20829 $ git am

[Issue 20829] dmd segfault on jump from a TryCatchStatement to another

2020-05-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20829 Basile-z changed: What|Removed |Added Keywords||patch --

[Issue 20829] dmd segfault on jump from a TryCatchStatement to another

2020-05-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20829 --- Comment #2 from Basile-z --- Created attachment 1787 --> https://issues.dlang.org/attachment.cgi?id=1787=edit fix, rtargeting stable --

[Issue 20829] dmd segfault on jump from a TryCatchStatement to another

2020-05-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20829 Basile-z changed: What|Removed |Added Keywords||ice CC|