https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79033
--- Comment #2 from Martin Sebor <msebor at gcc dot gnu.org> --- Author: msebor Date: Mon Jan 9 20:08:49 2017 New Revision: 244237 URL: https://gcc.gnu.org/viewcvs?rev=244237&root=gcc&view=rev Log: PR bootstrap/79033 - asan.c not compiling with make BOOT_CFLAGS=-O0 gcc/ChangeLog: * asan.c (asan_emit_stack_protection): Increase local buffer size to avoid snprintf truncation warning. Modified: trunk/gcc/ChangeLog trunk/gcc/asan.c