aboutsummaryrefslogtreecommitdiff
path: root/stdio-common/test-fscanf.c
AgeCommit message (Collapse)AuthorFilesLines
2024-05-24Revert "Test fscanf of long double without <stdio.h>"H.J. Lu1-37/+0
This reverts commit 30a745450e01e4c6f484dc691c16a54a6ea72288. On ppc64le, without <stdio.h>, vfscanf is used and with <stdio.h> __isoc23_vfscanfieee128 is used. I am reverting this since it doesn't work on all targets.
2024-05-24Test fscanf of long double without <stdio.h>H.J. Lu1-0/+37
Add a test for fscanf of long double without including <stdio.h>. Signed-off-by: H.J. Lu <hjl.tools@gmail.com> Reviewed-by: Sunil K Pandey <skpgkp2@gmail.com>