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. Bruno