[WIP] gcc: update to 16.1.1+20260502.#60505
Draft
oreo639 wants to merge 42 commits into
Draft
Conversation
85cb438 to
e7cc8a6
Compare
47803cb to
97e0eed
Compare
This file contains hidden or 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
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.
Testing the changes
[ci skip]
This restricts musl1.1 to specifically armv* architectures rather than all 32-bit architectures since armv* are the only ones officially supported.
I have removed the patches for
--enable-autolink-libatomicas support for that was merged into gcc upstream.I have also enabled libsanitizer for musl architectures.
TODO: libphobos currently fails to build on armv7l-musl and armv6l-musl, I did try reworking the time_t patch for the changes to libphobos but I haven't gotten it working atm. I have removed the patch for now. I can confirm the same issue happens on the latest release of ldc (2.42.x) as well. I have disabled gdc on those architectures temporarily until I have the time to fully debug it.
I also have yet to
update the cross compilers (which I will do soon) orrun a full test of the core packages as well as anything pulled in by the ISOs, which I will do when I have the time.Note for merging: glibc and musl must be merged and built before everything else.