[PATCH] mention disabling GCC built-ins for customization
Martin Sebor
msebor@gmail.com
Wed Jun 13 18:19:00 GMT 2018
The GCC sprintf optimization introduced in GCC 7 relies on
the conformance of the library implementation of formatted
I/O functions. When a sprintf customization changes
the effects of the function in a way that's observable by
a strictly conforming program it might interfere with
the optimization.
Since this may not be obvious to users the attached patch
adds a couple of sentences to the manual to make it clear
that the sprintf built-in handling needs to be disabled
when customizing the function.
Martin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: glibc-doc-customizing-printf.diff
Type: text/x-patch
Size: 874 bytes
Desc: not available
URL: <http://sourceware.org/pipermail/libc-alpha/attachments/20180613/7fea70c1/attachment.bin>
More information about the Libc-alpha
mailing list