On x86 long double is 80 bit with padding, which produces
uninitialized bits in the result.
This will trigger errors with -fsanitize-memory-param-retval.
Can be triggered with D123979.
Differential D123980
[libcxx] Disable long double -> int128 test with msan vitalybuka on Apr 18 2022, 9:04 PM. Authored by
Details
On x86 long double is 80 bit with padding, which produces Can be triggered with D123979.
Diff Detail
Unit Tests Event Timeline |