On Tue, 10 Dec 2013, BELBACHIR Selim wrote: > FAIL: g++.dg/cpp0x/auto27.C -std=c++11 std (test for errors, line 3) > FAIL: g++.dg/cpp0x/auto27.C -std=c++11 auto (test for errors, line 3) > FAIL: g++.dg/cpp0x/auto27.C -std=c++11 no type (test for errors, line 3)
That means that the desired result is an error message on that line, and either there was no such error message or the error message did not match what the testcase expected. > Should I ignore the FAILs when the comment contains '(test for errors' > and consider that those tests are parts of a larger test with comment > '(test for excess errors' ? No, FAILs indicate a bug in either the compiler or the testcase (or in your test environment, etc.); don't ignore them. -- Joseph S. Myers jos...@codesourcery.com