Re: UNO bridge not fully ABI compliant on ppc64le

2023-09-12 Thread Dan Horák
On Tue, 5 Sep 2023 15:01:03 +0200 Dan Horák wrote: > Hello, > > after quite some debugging the failure in DEC2BIN() function in the > CppunitTest_sc_addin_functions_test on ppc64le we have confirmed that > the UNO bridge isn't fully ABI compliant. For example int32 parameters > are not correctly

UNO bridge not fully ABI compliant on ppc64le

2023-09-05 Thread Dan Horák
Hello, after quite some debugging the failure in DEC2BIN() function in the CppunitTest_sc_addin_functions_test on ppc64le we have confirmed that the UNO bridge isn't fully ABI compliant. For example int32 parameters are not correctly sign-extended to 64-bit values. Please see https://bugzilla.redh