http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44384
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jakub at gcc dot gnu.org --- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-03-28 14:05:34 UTC --- __builtin_object_size is a builtin for -D_FORTIFY_SOURCE checking, it is not a generic object size computation function, and for strcpy IMHO we don't want to treat each dimension as a field separator.