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

Merge stable #15310

Merged
merged 7 commits into from Jun 16, 2023
Merged

Merge stable #15310

merged 7 commits into from Jun 16, 2023

Conversation

dkorpel
Copy link
Contributor

@dkorpel dkorpel commented Jun 11, 2023

No description provided.

kinke and others added 4 commits June 6, 2023 01:22
When compiling failcstuff4.c, the compiler generates a temporary
failcstuff4.i for the preprocessed file, and removes that file
after reading it. Too bad there's a failcstuff4.i under version
control - rename it.

I've seen according sporadic failures for the DMD testsuite, when
the *.c is tested earlier, and the failcstuff4.i test later fails
because the source file was removed from disk.
@dlang-bot
Copy link
Contributor

Thanks for your pull request and interest in making D better, @dkorpel! We are looking forward to reviewing it, and you should be hearing from a maintainer soon.
Please verify that your PR follows this checklist:

  • My PR is fully covered with tests (you can see the coverage diff by visiting the details link of the codecov check)
  • My PR is as minimal as possible (smaller, focused PRs are easier to review than big ones)
  • I have provided a detailed rationale explaining my changes
  • New or modified functions have Ddoc comments (with Params: and Returns:)

Please see CONTRIBUTING.md for more information.


If you have addressed all reviews or aren't sure how to proceed, don't hesitate to ping us with a simple comment.

Bugzilla references

Auto-close Bugzilla Severity Description
23978 regression [REG 2.103.0] ICE: dip1021 memory corruption
23979 regression ICE on failed alias this attempt on pointer expression
23986 normal ICE: dip1021 asserts on `typeof(null)` parameter

Testing this PR locally

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

dub run digger -- build "master + dmd#15310"

teodutu and others added 2 commits June 13, 2023 12:10
…ignExp` AST node (#15295)

Move lowerings to `_d_array{setassign,assign_{l,r}}` to a `LoweredAssignExp` AST node

Signed-off-by: Razvan Nitu <razvan.nitu1305@gmail.com>
Merged-on-behalf-of: unknown
* Linux AArch64: Don't define _Float128/__float128 in importc.h

For LDC CI, on Ubuntu 20.04, this fixed:
```
/usr/include/aarch64-linux-gnu/bits/floatn.h(80): Error: illegal combination of type specifiers
/usr/include/aarch64-linux-gnu/bits/floatn.h(80): Error: illegal type combination
```
when testing `compilable/stdcheaders.c`.

* Linux AArch64: Don't include tgmath.h in compilable/stdcheaders.c
@RazvanN7 RazvanN7 requested a review from ibuclaw as a code owner June 14, 2023 05:43
@ibuclaw ibuclaw merged commit b71237b into master Jun 16, 2023
50 of 62 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
6 participants