This is the mail archive of the gcc-patches@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]

Re: [PATCH C++] - SD-6 Implementation Part 4 - Test suite.


Am 07.09.2014 um 03:48 schrieb Ed Smith-Rowland:
> Greetings,
> 
> I am finally getting back to my SD-6 C++ features test work.
> 
> This adds front end and preprocessor tests for the language feature tests and
> __has_include.
> 
> I am still working on the fifth and last in this series to add
> __had_cpp_attribute but these first four patches add a very useful subset of the
> SD-6 feature testing.
> 
> Bootstrapped and tested under x86_64-linux.

apparently this was checked in on the 4.9 branch as well. However the cxx14.X
testcase fails with:

ERROR: g++.dg/cpp1y/feat-cxx14.C -std=gnu++98: syntax error in target selector
"target c++14" for " dg-do 1 compile { target c++14 } "
UNRESOLVED: g++.dg/cpp1y/feat-cxx14.C -std=gnu++98: syntax error in target
selector "target c++14" for " dg-do 1 compile { target c++14 } "
ERROR: g++.dg/cpp1y/feat-cxx14.C -std=gnu++11: syntax error in target selector
"target c++14" for " dg-do 1 compile { target c++14 } "
UNRESOLVED: g++.dg/cpp1y/feat-cxx14.C -std=gnu++11: syntax error in target
selector "target c++14" for " dg-do 1 compile { target c++14 } "
ERROR: g++.dg/cpp1y/feat-cxx14.C -std=gnu++1y: syntax error in target selector
"target c++14" for " dg-do 1 compile { target c++14 } "
UNRESOLVED: g++.dg/cpp1y/feat-cxx14.C -std=gnu++1y: syntax error in target
selector "target c++14" for " dg-do 1 compile { target c++14 } "


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