]> git.ipfire.org Git - thirdparty/glibc.git/commit
stdio-common: Add scanf long double data for IEEE 754 binary128 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)
commit1890e63c86ceb04a49a914dc2cafa9862e938ef6
tree44dc3858c0de1a292f7168aeb4b2ed2a81ac84f2
parent0b311614395586608b5433dc8151e098d1906446
stdio-common: Add scanf long double data for IEEE 754 binary128 format

Add Makefile infrastructure and `long double' real input data for
targets using the IEEE 754 binary128 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/ldbl-128/Makefile
sysdeps/ieee754/ldbl-128/tst-scanf-format-ldouble-a.input [new file with mode: 0644]
sysdeps/ieee754/ldbl-128/tst-scanf-format-ldouble-aa.input [new file with mode: 0644]
sysdeps/ieee754/ldbl-128/tst-scanf-format-ldouble-e.input [new file with mode: 0644]
sysdeps/ieee754/ldbl-128/tst-scanf-format-ldouble-ee.input [new file with mode: 0644]
sysdeps/ieee754/ldbl-128/tst-scanf-format-ldouble-f.input [new file with mode: 0644]
sysdeps/ieee754/ldbl-128/tst-scanf-format-ldouble-ff.input [new file with mode: 0644]
sysdeps/ieee754/ldbl-128/tst-scanf-format-ldouble-g.input [new file with mode: 0644]
sysdeps/ieee754/ldbl-128/tst-scanf-format-ldouble-gg.input [new file with mode: 0644]