[638] Fix gcc16 638#20848
Merged
dpiparo merged 3 commits intoroot-project:v6-38-00-patchesfrom Jan 14, 2026
Merged
Conversation
On Linux this test stopped working with gcc 16, which needs to be fixed. Probably it will be fixed by the improved overload resolution after the cppyy upgrade, so for now the test should be disabled. (cherry picked from commit d0621b1)
Use TRandom3 instead of the `<random>` to get compiler-independent, reproducible behavior. (cherry picked from commit e1f4265)
Contributor
|
Thanks! Can #20826 also be backported in this PR? It's also for gcc16 support. |
Test Results 21 files 21 suites 3d 14h 18m 31s ⏱️ For more details on these failures, see this check. Results for commit 855a7d2. ♻️ This comment has been updated with latest results. |
$ ldd /lib64/libstdc++.so.6 linux-vdso.so.1 (0x00007f3cb4c13000) libm.so.6 => /lib64/libm.so.6 (0x00007f3cb4afc000) libatomic.so.1 => /lib64/libatomic.so.1 (0x00007f3cb4af1000) libc.so.6 => /lib64/libc.so.6 (0x00007f3cb460d000) libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x00007f3cb4ac5000) /lib64/ld-linux-x86-64.so.2 (0x00007f3cb4c15000) (cherry picked from commit 6ecf2d7)
Member
Author
|
added, thanks. |
guitargeek
approved these changes
Jan 14, 2026
01b8cd9
into
root-project:v6-38-00-patches
25 of 28 checks passed
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.
BP of #20841, #20826