CVSROOT: /cvs Module name: src Changes by: marty...@cvs.openbsd.org 2013/12/27 19:27:08
Modified files: gnu/gcc/gcc : builtins.c tree-ssa-ccp.c Log message: Prevent GCC from inlining these unsafe builtins: sprintf, vsprintf, stpcpy, strcat, strcpy. Also don't simplify some safe builtins into unsafe ones, otherwise we'll hit the linker with the bogus warning. OK miod@, millert@.