Re: [PATCH] fix profiledbootstrap with -Werror=format-length (77753)

2016-09-28 Thread Martin Sebor
On 09/27/2016 10:38 PM, Jeff Law wrote: On 09/27/2016 01:30 PM, Martin Sebor wrote: The attached one line patch increases a local buffer size to avoid an apparently justified (though in reality likely a false positive) -Wformat-length warning in varasm.c. The warning has been reported to break

Re: [PATCH] fix profiledbootstrap with -Werror=format-length (77753)

2016-09-27 Thread Jeff Law
On 09/27/2016 01:30 PM, Martin Sebor wrote: The attached one line patch increases a local buffer size to avoid an apparently justified (though in reality likely a false positive) -Wformat-length warning in varasm.c. The warning has been reported to break profiledbootstrap on powerp64le (though n

[PATCH] fix profiledbootstrap with -Werror=format-length (77753)

2016-09-27 Thread Martin Sebor
The attached one line patch increases a local buffer size to avoid an apparently justified (though in reality likely a false positive) -Wformat-length warning in varasm.c. The warning has been reported to break profiledbootstrap on powerp64le (though not ordinary bootstrap). An arguably better s