Avoid triggering uninitialized warning in RVec#22468
Conversation
Test Results 22 files 22 suites 3d 14h 15m 24s ⏱️ Results for commit b441aeb. ♻️ This comment has been updated with latest results. |
|
Failing test visible at https://github.com/root-project/root/actions/runs/26879891828/job/79276912873?pr=22468#step:8:14757 |
fa99249 to
b441aeb
Compare
|
I don't see LLVM upstream doing anything similar, but can't see a difference in our code. What is triggering this for us? |
Happens if a struct with |
|
The issue is much more widespread, as demonstrated by https://github.com/root-project/root/actions/runs/26955003387/job/79529828759?pr=22480#step:8:4508 The missing part to make it that much visible was compiling ROOT with |
Fixes #22467
For now the PR only contains the commit adding the test, to make sure we can see the failure in the CI as well.