-
-
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
Merge remote-tracking branch 'upstream/stable' into merge_stable #9489
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
On Linux, don't reorder -L-l flags to be before other -L flags. Only reorder -L-L. This keeps -L-l libs and linker flags that may affect the interpretation of -l flags such as --start-group ordered correctly.
…cting ctor declarations This only fixes the ICE, not the fact that resolution should work, as explained in https://issues.dlang.org/show_bug.cgi?id=19729
fix issue 15875 - case of undetected circular reference in function parameter merged-on-behalf-of: Nicholas Wilson <thewilsonator@users.noreply.github.com>
fix issue 17285 - Segfault when types are used in array literals merged-on-behalf-of: Nicholas Wilson <thewilsonator@users.noreply.github.com>
fix issue 17290 - DMD crash due to circular reference in function return type merged-on-behalf-of: Nicholas Wilson <thewilsonator@users.noreply.github.com>
fix issue 19691 - ICE on null default value for struct parameter in constructor merged-on-behalf-of: Nicholas Wilson <thewilsonator@users.noreply.github.com>
fix issue 19717 - case of segfault due to undetected forward reference merged-on-behalf-of: Nicholas Wilson <thewilsonator@users.noreply.github.com>
…ong-order-of-linker-flags Fix Issue 19724: wrong order of linker flags, take 2
[stable] Pick recent ICE fixes merged in master instead of stable
fix 17259 - ICE with multiple mixin templates containing conflicting…
[trivial] fix issue 19730 - if (auto x) {} isn't properly rejected
fix issue 19755 - Compiler crash merged-on-behalf-of: Nicholas Wilson <thewilsonator@users.noreply.github.com>
Fix issues 19655, 19656, 19657, 19746 & 19750 merged-on-behalf-of: Nicholas Wilson <thewilsonator@users.noreply.github.com>
|
Thanks for your pull request, @MartinNowak! Bugzilla references
Testing this PR locallyIf you don't have a local development environment setup, you can use Digger to test this PR: dub fetch digger
dub run digger -- build "master + dmd#9489" |
PetarKirov
approved these changes
Mar 25, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.