]> git.ipfire.org Git - thirdparty/glibc.git/commit
stdio-common: Add scanf double data for IEEE 754 binary64 format
authorMaciej W. Rozycki <macro@redhat.com>
Tue, 25 Mar 2025 09:40:20 +0000 (09:40 +0000)
committerMaciej W. Rozycki <macro@redhat.com>
Tue, 25 Mar 2025 09:40:20 +0000 (09:40 +0000)
commit0b311614395586608b5433dc8151e098d1906446
treefffd0c85bade47bf98c13b92c251843fbcd654c9
parent26df22636d5876352cbd53b8662173e461e1e220
stdio-common: Add scanf double data for IEEE 754 binary64 format

Add Makefile infrastructure and `double' real input data for targets
using the IEEE 754 binary64 format.

Keep input data disabled and referring to BZ #12701 for entries that are
are currently incorrectly accepted as valid data, such as '0e', '0e+',
'0x', '0x8p', '0x0p-', etc.

Reviewed-by: Joseph Myers <josmyers@redhat.com>
sysdeps/ieee754/dbl-64/Makefile
sysdeps/ieee754/dbl-64/tst-scanf-format-double-a.input [new file with mode: 0644]
sysdeps/ieee754/dbl-64/tst-scanf-format-double-aa.input [new file with mode: 0644]
sysdeps/ieee754/dbl-64/tst-scanf-format-double-e.input [new file with mode: 0644]
sysdeps/ieee754/dbl-64/tst-scanf-format-double-ee.input [new file with mode: 0644]
sysdeps/ieee754/dbl-64/tst-scanf-format-double-f.input [new file with mode: 0644]
sysdeps/ieee754/dbl-64/tst-scanf-format-double-ff.input [new file with mode: 0644]
sysdeps/ieee754/dbl-64/tst-scanf-format-double-g.input [new file with mode: 0644]
sysdeps/ieee754/dbl-64/tst-scanf-format-double-gg.input [new file with mode: 0644]