This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/51934] FAIL: g++.dg/torture/pr51344.C -O0 (test for excess errors) on powerpc*-*-*


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]