-
-
Notifications
You must be signed in to change notification settings - Fork 610
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix Issue 19998 - [REG2.086.0] [e2ir] Assertion failure with -profile… #10678
Conversation
|
Thanks for your pull request, @WalterBright! Bugzilla references
Testing this PR locallyIf you don't have a local development environment setup, you can use Digger to test this PR: dub run digger -- build "master + dmd#10678" |
|
The bug isn't in stable, so this stays in master. |
test/compilable/test20318.d
Outdated
|
|
||
| void test19998() | ||
| { | ||
| throw new Exception(""); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't get how this addition is any different from the already existing test.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems I fixed a duplicate of the bug you fixed. I prefer the comment you made, and my fix was slightly more efficient, so I combined the two.
|
I'm confused about this. This issue seems identical to https://issues.dlang.org/show_bug.cgi?id=20318 which was fixed by #10517 . Am I missing something? |
|
The example compiles & runs fine with current master |
12ce8f0 to
c37a65d
Compare
|
I suggest to add the test case but so far this PR has no value anymore as the problem is fixed. |
…=gc and -dip1008