[636] Fix gcc16#20849
Merged
dpiparo merged 3 commits intoroot-project:v6-36-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)
Test Results 18 files 18 suites 2d 23h 13m 42s ⏱️ Results for commit 1e409b1. ♻️ 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) Adapted from commit 6ecf2d7
237a2a5
into
root-project:v6-36-00-patches
20 of 22 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