Skip to content
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

Issue 20253 - bad debug line info for function without epilog (COFF) #10594

Merged
merged 1 commit into from Nov 26, 2019

Conversation

rainers
Copy link
Member

@rainers rainers commented Nov 20, 2019

fix size of function by using the actual emitted code offset, not guessing from epilog data
do not emit line number for closing brace if the epilog was omitted

fix size of function by using the actual emitted code offset, not guessing from epilog data
do not emit line number for closing brace if the epilog was omitted
@dlang-bot
Copy link
Contributor

Thanks for your pull request, @rainers!

Bugzilla references

Auto-close Bugzilla Severity Description
20253 major bad debug line info for function without epilog

Testing this PR locally

If you don't have a local development environment setup, you can use Digger to test this PR:

dub fetch digger
dub run digger -- build "stable + dmd#10594"

@Geod24 Geod24 merged commit c22090b into dlang:stable Nov 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
4 participants