Re: [PATCH] docs: constify argument to __builtin_object_size()

2016-11-23 Thread Jeff Law
On 11/11/2016 06:40 AM, Jakub Kicinski wrote: It's OK to pass const pointers to __builtin_object_size(), correct the documentation. Signed-off-by: Jakub Kicinski --- gcc/doc/extend.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) THanks. Installed. jeff

[PATCH] docs: constify argument to __builtin_object_size()

2016-11-11 Thread Jakub Kicinski
It's OK to pass const pointers to __builtin_object_size(), correct the documentation. Signed-off-by: Jakub Kicinski --- gcc/doc/extend.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index 0669f7999beb..4378ab84b5d8 100644 --- a/