fixup: gcc13,gcc14: fix build w/ glibc-2.42#9
Open
r-burns wants to merge 1 commit into
Open
Conversation
This is a fixup for this commit's parent, which applies patches to GCC 13/14 to fix their build with glibc 2.42. Similar patches need to be applied to all pre-13 GCC versions within cuda-legacy. That commit as applied here adds the needed patch for gcc 9, but didn't apply it. Additionally, we need to create a version of this patch which applies to gcc 10 and 11, as neither the gcc 13 nor gcc 9 versions of this patch apply cleanly. For gcc 12, the gcc 13 patch applies cleanly.
This was referenced Jun 2, 2026
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.
This is a fixup for this commit's parent, which applies patches to GCC 13/14 to fix their build with glibc 2.42. Similar patches need to be applied to all pre-13 GCC versions within cuda-legacy.
That commit as applied previously added the needed patch for gcc 9, but didn't apply it. Additionally, we need to create a version of this patch which applies to gcc 10 and 11, as neither the gcc 13 nor gcc 9 versions of this patch apply cleanly. For gcc 12, the gcc 13 patch applies cleanly.