Add patch to fix GCC 10.2.0 rejecting valid code on PPC#12948
Add patch to fix GCC 10.2.0 rejecting valid code on PPC#12948boegel merged 1 commit intoeasybuilders:developfrom
Conversation
9613ef9 to
f4e8614
Compare
|
@boegelbot please test @ generoso |
|
@boegel: Request for testing this PR well received on generoso PR test command '
Test results coming soon (I hope)... Details- notification for comment with ID 847842864 processed Message to humans: this is just bookkeeping information for me, |
|
Test report by @Flamefire |
|
Test report by @boegelbot |
|
Test report by @boegel |
|
Test report by @boegel edit: even though this test report was uploaded with |
|
Going in, thanks @Flamefire! |
(created using
eb --new-pr)Found during compilation of TF 2.5.0.
See https://gitlab.com/libeigen/eigen/-/issues/2259
Reproducer:
Compile as
g++ vecParam.cpp.Prior to this patch it will show: "
error: invalid conversion from type '* __vector_pair'"