[C++11, C++14 PATCH 2/4] Support for SD-6: SG10 Feature Test Recommendations: gcc/c-family

2014-06-09 Thread Ed Smith-Rowland
This is the second round of the SD-6 support series. I believe I have answered everyones concerns. Built and tested on x86_64-linux. OK? 2014-06-09 Ed Smith-Rowland 3dw...@verizon.net Implement SD-6: SG10 Feature Test Recommendations * c-cppbuiltin.c (c_cpp_builtins()):

Re: [C++11, C++14 PATCH 2/4] Support for SD-6: SG10 Feature Test Recommendations: gcc/c-family

2014-06-09 Thread Jason Merrill
On 06/09/2014 10:20 AM, Ed Smith-Rowland wrote: + if (cxx_dialect cxx11) + { + /* Set feature test macros for C++14 */ + cpp_define (pfile, __cpp_binary_literals=201304); + cpp_define (pfile, __cpp_init_captures=201304); ... + cpp_define (pfile,