This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/48209] FAIL: gcc.c-torture/execute/pr47917.c execution
- 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: Tue, 22 Mar 2011 16:33:30 +0000
- Subject: [Bug target/48209] FAIL: gcc.c-torture/execute/pr47917.c execution
- Auto-submitted: auto-generated
- References: <bug-48209-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48209
--- Comment #5 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-03-22 16:31:12 UTC ---
I strongly disagree. The test is testing also whether the optimization works
correctly. Feel free to xfail the test on targets that don't have C99
compliant snprintf, but on targets that do have it the test should test it as
it does currently.