http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51934
--- Comment #7 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-01-21 23:30:25 UTC --- You mean errors out? format attribute must have 3 arguments. Try leaf, or nothrow etc. attributes instead, format is a bad idea for a method that isn't printf/scanf like.