On 27/03/2024 12:35, Bruno Haible wrote:
Pádraig Brady wrote:
The original bug report was not specific to floats, so I'll just remove them
from the test.
I think it is enough to remove the 'long double' part from the test
(option letter 'L'). 'float' and 'double' are standardized by IEEE 754
(except on Linux/m68k) and don't have undefined float values. glibc
aborts in *printf have only been observed for 'long double' arguments.
Pushed that in your name at:
https://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bec53850b
cheers,
Pádraig