This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/51934] FAIL: g++.dg/torture/pr51344.C -O0 (test for excess errors) on powerpc*-*-*
- From: "jakub at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sat, 21 Jan 2012 23:30:25 +0000
- Subject: [Bug target/51934] FAIL: g++.dg/torture/pr51344.C -O0 (test for excess errors) on powerpc*-*-*
- Auto-submitted: auto-generated
- References: <bug-51934-4@http.gcc.gnu.org/bugzilla/>
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.