From a0e5d73a78dde538353c5bfa8d92d619d3800586 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 29 Jun 2000 19:35:32 +0000 Subject: Update. * stdio-common/tst-printf.c: Add test for above problem. --- stdio-common/tst-printf.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'stdio-common/tst-printf.c') diff --git a/stdio-common/tst-printf.c b/stdio-common/tst-printf.c index 28d5c5116a..0d40e29413 100644 --- a/stdio-common/tst-printf.c +++ b/stdio-common/tst-printf.c @@ -188,6 +188,8 @@ I am ready for my first lesson today."; printf ("%#03x\n", 1); + printf ("something really insane: %.10000f", 1.0); + { double d = FLT_MIN; int niter = 17; -- cgit 1.4.1