-
-
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 21874 - The test suite fails with most recent GDB versions #12499
Conversation
|
Thanks for your pull request, @ibuclaw! 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#12499" |
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.
thanks
|
please target stable |
It's not a compiler bug. |
|
If this affects stable this needs to be targeted to it, irrespective of whether or not it is a compiler bug. |
|
next release is a .0 so this does not matter much. Only issue is if someone wants to work on stable, the fix is not there yet. |
|
Actually this fix should go directly in both branches. |
|
I think we are fine with merging this in master as this primarily affects developers. |
Use explicit source file name in setting up breakpoints.