The SingleSource/Regression/C/callargs.c test uses the %lf format specifier for printf. However, "man printf" does not specify what this means. Shouldn't the following patch be applied? - Volodya -------------- next part -------------- A non-text attachment was scrubbed... Name: callargs.diff Type: text/x-diff Size: 1463 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20040712/03ac32ea/attachment.diff>
On Mon, 12 Jul 2004, Vladimir Prus wrote:> The SingleSource/Regression/C/callargs.c test uses the %lf format specifier > for printf. However, "man printf" does not specify what this means. Shouldn't > the following patch be applied?%lf should be used for long double. This test is passing in doubles though, so it should use %f like normal. Thanks for the patch, it's now applied. :) -Chris -- http://llvm.cs.uiuc.edu/ http://nondot.org/sabre/