-
-
Notifications
You must be signed in to change notification settings - Fork 267
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
Upgrade frontend & libs to v2.108 #4591
Merged
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
- run checks in release builds, too - side effects in assert() never executed in release builds - respect different termination order on windows
Conflicts: compiler/src/dmd/expressionsem.d
because `dtoh` messes up emission of it. This only fixes (that particular part of) `frontend.h` emission issues, not the issue of `dtoh` messing up `extern(D)` symbols appearing in `extern(C++)` parameter lists.
…ed before usage (dlang/dmd!16000)
add missing runtime termination of exe image
…15995) This reverts commit ef528d9.
…ult argument expressions (dlang/dmd!15968) The parser now always creates AST nodes for default init expressions like __FILE__. They are replaced in resolveLoc. Variable inDefaultArg in Scope is used, so the nodes are not replaced too early.
Use alias instead of DECLARE_HANDLE.
This is to support testing druntime with this tool.
Needed for the static initializer of the enum TypeInfo.
We don't support -profile=gc yet, so it's not needed for now, and since v2.108 now fails to compile on some platforms due to an incompatible gc_qalloc() fwd declaration (duplicate BlkInfo struct).
Reflecting the recent runner upgrades.
druntime doesn't define a __va_list for Apple, for Apple AArch64 targets neither. This should fix the fail_compilation/diag7420.d regression on Apple arm64 (uses -m32, like a bunch of other tests).
…` support That would be supported since D v2.083, i.e., LDC v1.13, but v1.13-1.18 fail to compile the current frontend with a `cannot access frame of function` error.
…table [stable] Make hex strings implicitly convert to integer arrays
It's ugly in general, and apparently causes LTO issues on Windows. This required a larger refactoring.
….108 Conflicts: dmd/mtype.h dmd/root/filename.h runtime/druntime/src/core/internal/gc/impl/conservative/gc.d
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.